import { Page, InertiaAppResponse } from '@inertiajs/inertia';
declare type AppCallback = (page: Page) => InertiaAppResponse;
declare const _default: (render: AppCallback, port?: number | undefined) => void;
export default _default;
