export declare enum Format {
    CAPITALIZED = 1,
    UPPERCASE = 2,
    LOWERCASE = 3
}
