export declare type DePromisify> = T extends Promise ? D : never; //# sourceMappingURL=types.d.ts.map