import type { UtxoSet } from './UTXOSet'; export interface AssetDict { [assetID: string]: UtxoSet; } //# sourceMappingURL=models.d.ts.map