export interface TranslationOptions {
    filename?: string;
    htmlFragment?: boolean;
    mustIncludesTags?: string[];
    mustExcludesTags?: string[];
    jsonProperties?: string[];
}
