/**
 * Enumerated type that describes the different kinds of data sets that can be created
 */
export declare const enum CreateDataSetTypeEnum {
    DATA_SET_BINARY = 0,
    DATA_SET_C = 1,
    DATA_SET_CLASSIC = 2,
    DATA_SET_PARTITIONED = 3,
    DATA_SET_SEQUENTIAL = 4,
    DATA_SET_BLANK = 5
}
//# sourceMappingURL=CreateDataSetType.enum.d.ts.map