/** * Can be used with Array.sort to sort and array with Uint8Array entries */ export declare function compare(a: Uint8Array, b: Uint8Array): number;