import { BaseResult, LastService } from './useRequest/type'; export interface DispatchAsyncResult extends BaseResult { error: any; } export declare const dispatchAsync: (service: LastService) => Promise>; //# sourceMappingURL=dispatchAsync.d.ts.map