import { SupportedChainId } from '../types';
type GraphQL = {
    url: string;
    publishedUrl: string;
};
export declare const graphUrls: Record<SupportedChainId, GraphQL>;
export {};
