import type { Status } from "./type"; declare function useGetRequest(reduxData: any, notJudgedErp: boolean): [Status, () => Promise]; export default useGetRequest;