export declare const encryptWithXOR: (value: string, key?: number) => string;