declare function _exports(inbuf: any): {
    deflate: () => Buffer;
    deflateAsync: (callback: any) => void;
};
export = _exports;
