export declare enum TranslationFileFormat {
    JSON = "JSON",
    XLIFF = "xliff",
    PO = "po"
}
