type CbLike = (res: (res: T) => void) => void; export declare const promisify: (cb: CbLike, _this?: Object) => Promise; export {}; //# sourceMappingURL=promisify.utils.d.ts.map