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