import type { GetStaticDataContext, LifecycleContext } from '../../../types'; type PropsLoaderPageData = { frontmatter: Record | undefined; relativePath: string; } & Record; export declare function staticDataLoader(pageData: PropsLoaderPageData, context: LifecycleContext, dataContext: GetStaticDataContext): Promise<{ frontmatter: any; seo: any; lastModified: any; }>; export {}; //# sourceMappingURL=static-data-loader.d.ts.map