export type MappedInterventionUnit = { id: number; name: string; activeWellAssetId: number | null; assetIds: number[]; }; export declare const fetchInterventionUnits: (signal?: AbortSignal) => Promise; //# sourceMappingURL=fetchInterventionUnits.d.ts.map