export declare const CELO_TOUCAN_GRAPH_API_URL: string;
export declare const ALFAJORES_TOUCAN_GRAPH_API_URL: string;
export declare const POLYGON_TOUCAN_GRAPH_API_URL: string;
export declare const POLYGON_SUSHI_GRAPH_API_URL = "https://api.thegraph.com/subgraphs/name/sushiswap/matic-exchange";
export declare const CELO_UBESWAP_GRAPH_API_URL = "https://api.thegraph.com/subgraphs/name/ubeswap/ubeswap";
export declare const BASE_TOUCAN_GRAPH_API_URL: string;
export declare const BASE_SEPOLIA_GRAPH_API_URL: string;
