import { TxOut } from "./types";
/**
 * @todo
 * Organize outputs is a way to check outputs and break them out if needed.
 */
export declare const organizeOutputs: (outputs: TxOut[]) => TxOut[];
//# sourceMappingURL=organizeOutputs.d.ts.map