import type { ContractInterface } from '@ethersproject/contracts'; export * from './abi'; export declare const CURVE_ROUTER: ContractInterface; export declare const REGISTRY_EXCHANGE: ContractInterface; export declare const ADDRESS_PROVIDER: ContractInterface;