export declare enum Language {
    ENGLISH = 1,
    SPANISH = 4,
    FRENCH = 5
}
