export declare const VALID_TRANSFER_COMMANDS: readonly ["init", "end", "status"];
export type ValidTransferCommand = (typeof VALID_TRANSFER_COMMANDS)[number];
//# sourceMappingURL=constants.d.ts.map