import { TxOut, UTxO, Value } from "./types";
export declare const calculateChange: (inputs: UTxO[], outputs: TxOut[]) => Value;
//# sourceMappingURL=calculateChange.d.ts.map