export declare enum CopyType {
    ALL = 0,
    COL = 1,
    ROW = 2
}
export declare const LINE_SEPARATOR = "\r\n";
export declare const TAB_SEPARATOR = "\t";
export declare const CSV_SEPARATOR = ",";
export declare const AsyncRenderThreshold = 5000;
export declare const AsyncRequestThreshold = 100000;
