import { AggregateParams, MetricRecord } from './types'; export declare const buildMudQueryParams: (companyId: number, wellIds: number[]) => AggregateParams; export declare const fetchMudAggregate: (queryParams: AggregateParams, signal?: AbortSignal) => Promise; //# sourceMappingURL=fetchMudAggregate.d.ts.map