export declare enum EN_CLI_OPTION {
    FILEFIRST = "filefirst",
    ADD_NEWLINE = "addnewline",
    USE_SEMICOLON = "usesemicolon",
    INCLUDE_CWD = "includecwd",
    USE_TIMESTAMP = "usetimestamp",
    EXCLUDES = "excludes",
    FILE_EXCLUDES = "fileexcludes",
    TARGET_EXTS = "targetexts",
    VERBOSE = "verbose",
    QUOTE = "quote",
    WITHOUT_COMMENT = "withoutcomment",
    WITHOUT_BACKUP = "withoutbackup"
}
