export const fetchCompanies: import("@reduxjs/toolkit").AsyncThunk; export const companyReducer: import("redux").Reducer<{ loading: boolean; companyList: any[]; }>;