import type { FetchedOffsetWell } from '../../api/shared/types'; type PadEnrichment = { assetIdToPadName: Map; isLoading: boolean; }; /** * Fetches pads with well memberships and builds asset_id → pad name for filters/table. */ export declare const usePadEnrichment: (enabled: boolean) => PadEnrichment; export declare const enrichWellsWithPadData: (wells: T[], assetIdToPadName: Map) => (T & { padName?: string; })[]; export {}; //# sourceMappingURL=usePadEnrichment.d.ts.map