export declare const isPromise: (value?: any) => value is Promise; export declare const isAsyncFunction: (value?: unknown) => boolean; //# sourceMappingURL=utils.d.ts.map