export interface TransferInterface { transfer(options: TInput): Promise; }