import { Contract } from '@ethersproject/contracts'; export declare function getPoolsContract(pool_address: string): Contract; export declare function getRouterContract(): Contract; export declare function getQuoterContract(): Contract; export declare function getMulticallContract(): Contract;