import { TheGraphUniV2Pair } from './types'; export declare function getPairKey(version: string): string; export declare function getPairsV2FromTheGraph(url: string, length?: number): Promise;