import { Address } from '@melonproject/token-math';
interface WithdrawTokensArgs {
    tokens: Address[];
}
declare const withdrawTokensEthfinex: import("../../../../utils/solidity/transactionFactory").EnhancedExecute<WithdrawTokensArgs, {}>;
export { withdrawTokensEthfinex };
