import type { KeyringJson, KeyringStore } from '@subwallet/ui-keyring/types'; import BaseStore from './Base'; export default class AccountsStore extends BaseStore implements KeyringStore { constructor(); set(key: string, value: KeyringJson, update?: () => void): void; }