import type { BaseProviderInterface } from '../types/BaseProvider.js'; declare const DEFAULT_PROVIDERS: Record; /** * 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 { clearCaches, DEFAULT_PROVIDERS }; //# sourceMappingURL=DefaultProviders.d.ts.map