export declare function addValueToFrontmatterArray(content: string, key: string, value: string): { content: string; valueWasPresent: boolean; };