import { TxHistoryItem } from '@soul-wallet/extension-base/background/KoniTypes'; import SubscribableStore from '@soul-wallet/extension-base/stores/SubscribableStore'; export default class TransactionHistoryStore extends SubscribableStore { constructor(); getByMultiKeys(_keys: string[], update: (value: TxHistoryItem[]) => void): void; }