type DeserializedWell = { id: string; type: string; asset_id: number; }; export type DeserializedPad = { id: string; type: string; name: string; wells?: DeserializedWell[]; }; export declare const fetchPadsForWellEnrichment: (signal?: AbortSignal) => Promise; export {}; //# sourceMappingURL=fetchPadsForWellEnrichment.d.ts.map