export declare function findFrontmatterField(frontmatterYaml: string, key: string): { frontmatterLines: string[]; fieldLines?: string[]; };