/** Type of the allDom */
export declare enum TypeEnum {
    'french' = "french",
    'french+international' = "french+international",
    'international' = "international"
}
//# sourceMappingURL=TypeEnum.d.ts.map