import { Provider } from './index.js';
export declare function createProvider(baseUrl: string, ownsBaseUrl: boolean): Provider;
