/var/www/greso.tech/server/nsm/node_modules/proto3-json-serializer/build/src
Edit: /var/www/greso.tech/server/nsm/node_modules/proto3-json-serializer/build/src/bytes.d.ts (175B)
///
export declare function bytesToProto3JSON(obj: Buffer | Uint8Array): string;
export declare function bytesFromProto3JSON(json: string): Buffer;