import { ChainId } from '../../../constants'; export declare const SWAP_BASE_URL = "https://production.sushi.com/swap"; export declare const getApiVersion: (chainId: ChainId) => "" | "/v3.2" | "/v3.1";