import { BaseConfigInterface, BaseResult, ServiceCombin } from './type'; declare function useAsync(service: ServiceCombin, config: BaseConfigInterface): BaseResult; export default useAsync; //# sourceMappingURL=useAsync.d.ts.map