import type { DawnSourceAdapter, Promisify, SanitizedConfig } from "@dawncms/core"; export type RootPage | undefined>> = { config: Promisify>; params: { slug?: string[]; }; searchParams: { [key: string]: string | string[]; }; }; export declare function RootPage | undefined>>({ config, params, searchParams }: RootPage): Promise;