export type PromiseReturnType = T extends Promise ? U : any; export type PromiseFnReturnType any> = PromiseReturnType>; //# sourceMappingURL=sagas.d.ts.map