import type { ResolvedPageData } from '../types'; export declare function usePageData(...keys: (keyof ResolvedPageData)[]): Partial | null; //# sourceMappingURL=usePageData.d.ts.map