import { Key, WalletOptions } from '@quirks/core'; import { Leap } from './types'; import { KeplrWalletExtension } from '../keplr/extension'; export declare class LeapWalletExtension extends KeplrWalletExtension { constructor(options: WalletOptions); disable(chainIds: string[]): Promise; getAccounts(chainIds: string[]): Promise; }