import { Models } from "@arkecosystem/core-database"; import { Interfaces } from "@arkecosystem/crypto"; export declare const mapTransactionToModel: (transaction: Interfaces.ITransaction, blockHeight?: number | undefined, sequence?: number | undefined) => Models.Transaction; //# sourceMappingURL=mapper.d.ts.map