import { ContentFile, ContentFileCollection } from "../"; export declare class FrontmatterLoader { static load(files: ContentFileCollection, file: ContentFile, targetPath: string): Promise; }