import { type NekotonConnector, type NekotonConnectorCtorParams } from '../core';
import { type NekotonConnectorInitCtorParams, type TvmWalletProviderConfig } from '../types';
export declare function createProviderConfig(Ctor: new (...args: any[]) => NekotonConnector, params?: NekotonConnectorCtorParams & NekotonConnectorInitCtorParams): TvmWalletProviderConfig;
