export declare const REFRESH_QUOTE_DELAY = 15; export declare const REFRESH_QUOTE_DELAY_MS: number; export * as Constants from './constants'; export { ErrorCode } from './errors'; export { CustomGasPriceFieldId, GasPriceErrorTypes } from './gasSettings'; export { JSON_RPC_ENDPOINTS } from './jsonRpcEndpoints'; export type { SupportedLocale } from './locales'; export { DEFAULT_LOCALE, SUPPORTED_LOCALES } from './locales'; export { LocalStorageKeys } from './localStorageKeys'; export { ALL_SUPPORTED_CHAIN_IDS, getNetworkConfig, networkConfigs } from './networks'; export * as Tokens from './tokens';