/// /** * Check and invoke callback function */ export declare const invokeCallback: (...args: any[]) => void; export declare function gzip(data: Buffer): Promise;