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