import { GetMainLayoutPropsParams, GetNextAdminPropsParams } from "./types"; export declare const getNextAdminProps: ({ prisma, basePath, apiBasePath, options, url, locale, getMessages, }: Omit & { url: string; }) => Promise<{ props: import("./types").PageRouterComponentProps; }>; export declare const getMainLayoutProps: (args: Omit) => Promise; //# sourceMappingURL=pageRouter.d.ts.map