import type { Frontmatter } from './types'; export declare const getAllFrontmatter: (fromPath: string) => Frontmatter[]; //# sourceMappingURL=getAllFrontmatter.d.ts.map