export declare enum ExportType {
    CSV = 0,
    JSON = 1
}
