export declare const XOR: (hex1: string, hex2: string) => string; export declare const XORBatch: (...hexs: string[]) => string;