/**
 * The direction of the transfer where a download supports a transfer to the caller of the SDK while an Upload
 * is a transfer from the caller of the SDK to a destination portal.
 */
declare enum TransferDirection {
    DOWNLOAD = "download",
    UPLOAD = "upload"
}
export default TransferDirection;
//# sourceMappingURL=TransferDirection.d.ts.map