import { Slice } from 'ton3-core'; import type { ExtraCurrencyCollection } from './ExtraCurrencyCollection'; /** * extra_currencies$_ dict:(HashmapE 32 (VarUInteger 32)) * = ExtraCurrencyCollection; */ export declare function loadExtraCurrencyCollection(slice: Slice): ExtraCurrencyCollection; //# sourceMappingURL=loadExtraCurrencyCollection.d.ts.map