/**
 * Returns the xor distance between two Uint8Arrays
 */
export declare function xor(a: Uint8Array, b: Uint8Array): Uint8Array;
//# sourceMappingURL=xor.d.ts.map