export declare const UNISWAP_ENDPOINT = "https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2"; export declare const SUSHISWAP_ENDPOINT = "https://api.thegraph.com/subgraphs/name/sushiswap/exchange"; export declare const MATIC_SUSHISWAP_ENDPOINT = "https://api.thegraph.com/subgraphs/name/sushiswap/matic-exchange"; export declare const BLOCKLYTICS_ENDPOINT = "https://api.thegraph.com/subgraphs/name/blocklytics/ethereum-blocks"; export declare const TIMESTAMP_TO_BLOCK: string; export declare const UNI_SUSHI_PAIR_DATA: string; export declare const UNI_SUSHI_DAILY_PAIR_DATA: string;