import { Well } from '~/types'; export declare function useFetchWells(companyIds?: number | number[] | null, addWellsUsabilityInfo?: (wells: Well[]) => Promise | Well[]): (boolean | Well[] | null)[]; //# sourceMappingURL=useFetchWells.d.ts.map