import { DefaultInteractionProvider } from "./DefaultInteractionProvider"; import { BaseKeyring, StoredKeyring } from "@keystonehq/base-eth-keyring"; export declare class DefaultKeyring extends BaseKeyring { static type: string; static getEmptyKeyring(): DefaultKeyring; constructor(opts?: StoredKeyring); getInteraction: () => DefaultInteractionProvider; }