import type { GetStaticDataContext, LifecycleContext, RouteDetails, MdPageStaticData, FileInfo } from '../../types'; export declare function markdownStaticDataLoader(record: FileInfo, route: RouteDetails, context: LifecycleContext, frontmatter: Record, actions: GetStaticDataContext): Promise; //# sourceMappingURL=markdown-static-data-loader.d.ts.map