export declare const QUOTER_V2_ADDRESSES: AddressMap;
export type AddressMap = {
    [chainId: number]: string;
};
