/**
 * Returns the xor distance between two arrays
 */
export declare function xor(a: Uint8Array, b: Uint8Array): Uint8Array;
