/// /** Performs a bitwise AND operation on each byte of the given data using the given key(s). */ declare function and(data: string | ArrayBuffer | NodeJS.ArrayBufferView, key: number | number[], encoding: string): string; declare function and(data: string | ArrayBuffer | NodeJS.ArrayBufferView, key: number | number[]): Uint8Array; export = and; //# sourceMappingURL=and.d.ts.map