import type { BaseProviderInterface } from '../types/BaseProvider.js';
declare const DEFAULT_PROVIDERS: Record<string, BaseProviderInterface>;
/**
 * Utility function to clear all the caches of the default providers.
 *
 * This is useful when you want to clear the cache of all the providers at once, for example during testing.
 */
declare const clearCaches: () => void;
export { DEFAULT_PROVIDERS, clearCaches };
//# sourceMappingURL=DefaultProviders.d.ts.map