import { Connector } from "../interfaces/connector"; import { AbstractClientWallet, WalletOptions } from "./base"; /** * @internal */ export declare class InjectedWallet extends AbstractClientWallet { connector?: Connector; static id: string; get walletName(): string; constructor(options?: WalletOptions); protected getConnector(): Promise; } //# sourceMappingURL=injected.d.ts.map