import { QuantityInterface } from '@melonproject/token-math';
interface WithdrawArgs {
    howMuch: QuantityInterface;
}
declare const withdraw: import("../../../../utils/solidity/transactionFactory").EnhancedExecute<WithdrawArgs, boolean>;
export { withdraw };
