export declare const extractKeysAndTexts: (content: string) => Record<string, string>;
