import { Provider } from '@near-js/providers';

declare function getProvider(providers: any): Provider;

export { getProvider };
