import { TxIn } from "./types";
export declare const sortInputs: <T extends TxIn>(inputs: T[]) => T[];
//# sourceMappingURL=sortInputs.d.ts.map