import { gracely } from "gracely"; import { Transaction } from "../../Transaction"; import type { Entry } from "."; import { Creatable } from "./Creatable"; export declare function fromCreatable(creatable: Creatable, transaction: Transaction.CardTransaction | gracely.Error | string): Entry;