export declare enum ExportType {
    XLS = "xls",
    XLSX = "xlsx",
    CSV = "csv",
    TXT = "txt",
    JSON = "json",
    OTHER = "other"
}
