import type { BlobEnvelope } from './envelope.js'; /** Deterministic total order for two envelopes with the SAME key. Returns the winner. */ export declare function pickWinner(a: BlobEnvelope, b: BlobEnvelope): BlobEnvelope;