import type { Slice } from 'ton3-core'; import type { CurrencyCollection } from './CurrencyCollection'; export declare function loadCurrencyCollection(slice: Slice): CurrencyCollection; //# sourceMappingURL=loadCurrencyCollection.d.ts.map