export declare type RequestType = 'ZoraIndexer' | 'Graph' | 'IPFS' | 'OpenSea' | 'Rpc';
export declare type TimeoutsLookupType = Record<RequestType, number>;
export declare const DEFAULT_NETWORK_TIMEOUTS_MS: TimeoutsLookupType;
