import BaseStoreWithAddressAndChain from '@soul-wallet/extension-base/services/storage-service/db-stores/BaseStoreWithAddressAndChain'; import { ICrowdloanItem } from '../databases'; export default class CrowdloanStore extends BaseStoreWithAddressAndChain { getCrowdloan(address: string): import("dexie").PromiseExtended; deleteByChainAndAddress(chain: string, address: string): import("dexie").PromiseExtended; }