/**
 * A bulk operation can have one of the following states.
 */
export declare enum OperationBulkStatus {
    ACTIVE,
    IN_PROGRESS,
    COMPLETED,
    DELETED
}
//# sourceMappingURL=OperationBulkStatus.d.ts.map