import { ApiCoordinateBounds, FetchedOffsetWell } from '../types'; export type GetAssetsByBoundsOptions = { signal?: AbortSignal; drillingWells?: boolean; }; export declare const getAssetsByBounds: (bounds: ApiCoordinateBounds, companyIds?: number[] | null, options?: GetAssetsByBoundsOptions) => Promise; //# sourceMappingURL=getAssetsByBounds.d.ts.map