import { Env } from '../../types'; export declare function getProvider(_env: Env): { url: string; };