export declare const THEGRAPH_API_URL_BY_NETWORK: {
    [x: string]: string;
};
export declare const ENS_GRAPH_URL_BY_NETWORK: {
    [x: string]: string;
};
export declare const RPC_URL_BY_NETWORK: {
    [x: string]: string;
};
export declare const ZORA_INDEXER_URL_BY_NETWORK: {
    [x: string]: string;
};
export declare const THEGRAPH_UNISWAP_URL_BY_NETWORK: {
    [x: string]: string;
};
export declare const OPENSEA_API_URL_BY_NETWORK: {
    [x: string]: string;
};
export declare const ZORA_IPFS_GATEWAY = "https://zora-prod.mypinata.cloud/ipfs/";
export declare const ZORA_V2_INDEXER = "https://api.zora.co/graphql";
