import type { LoaderFn } from '../../../types'; export type ReactLoadResult = Record | undefined; export declare const reactFrontmatterLoader: LoaderFn; /** * Processes frontmatter to convert translate() calls into translation key objects * that can be resolved at runtime */ export declare function processFrontmatterTranslations(frontmatter: Record): Record; //# sourceMappingURL=react-frontmatter-loader.d.ts.map