/// /** Performs a bitwise NOT operation on each byte of the given data. */ declare function not(data: string | ArrayBuffer | NodeJS.ArrayBufferView, encoding: string): string; declare function not(data: string | ArrayBuffer | NodeJS.ArrayBufferView): Uint8Array; export = not; //# sourceMappingURL=not.d.ts.map