import type { LifecycleContext } from '../types'; import type { ResolveLinkContext } from './nav-utils.js'; export declare function resolveFrontmatterKeys(frontmatter: Record, allowList: string[], relativePath: string, dataContext: ResolveLinkContext, context: LifecycleContext): Promise; //# sourceMappingURL=resolve-frontmatter-keys.d.ts.map