import { WalletTypes } from '../constants'; import { Connector, Network } from '../types'; /** * Connectors for each wallet. */ export declare const CONNECTOR_TYPES: { [x in WalletTypes]: new (n: Network, ...args: any[]) => Connector; }; //# sourceMappingURL=connectors-by-name.d.ts.map