import { Cardano } from '@cardano-sdk/core'; import { UtxoModel } from './types'; export declare const utxosToCore: (utxosModels: UtxoModel[]) => Cardano.Utxo[]; //# sourceMappingURL=mappers.d.ts.map