export declare const compareInputs: (a: { transactionId: string; vout: number; }, b: { transactionId: string; vout: number; }) => number; export declare const compareOutputs: (a: { amount: bigint | number; script: Uint8Array; }, b: { amount: bigint | number; script: Uint8Array; }) => number; //# sourceMappingURL=Bip69.d.ts.map