export declare type BProtocolData = { exchange: string; }; export declare type BProtocolParam = [ lusdAmount: string, minEthReturn: string, dest: string ]; export declare enum BProtocolFunctions { swap = "swap" }