export declare class Translatify {
    private readonly TRANSLATE;
    private readonly translatableRegex;
    private readonly translateKeyIdentifier;
    convertToExtract(content: string): string;
    private getTranslateGroupKey(content);
    private modifyStringForTranslationExtraction(content, regex, groupKey);
}
