/**
 * An enum describing various transfer operations.
 */
declare enum TransferOperation {
    CANCEL = "CANCEL",
    RETRY = "RETRY",
    START = "START"
}
export default TransferOperation;
//# sourceMappingURL=TransferOperation.d.ts.map