import type { AsyncActionOptions, AsyncActionReturnType } from "./asyncActionTypes"; export type { AsyncActionAfterInterceptor, AsyncActionBeforeInterceptor, AsyncActionOptions, AsyncActionReturnType, AsyncActionStatus, } from "./asyncActionTypes"; export declare function asyncAction Promise>(AsyncFn: T, options?: AsyncActionOptions): AsyncActionReturnType; //# sourceMappingURL=asyncAction.d.ts.map