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