export default class ZlibDecoder { _zlib: Inflator; _length: number; decodeRect(x: any, y: any, width: any, height: any, sock: any, display: any, depth: any): boolean; } import Inflator from "../inflator.js"; //# sourceMappingURL=zlib.d.ts.map