export declare const DEFAULT_RADIUS_MILES = 25; export declare const DEFAULT_RADIUS_KM = 40; export declare const ALL_SECTION_KEY = "all"; export declare const ALL_SECTION_LABEL = "All"; export declare const EXPANDED_WELL_NAME_WIDTH = 450; export declare const ROWS_PER_PAGE = 50; export declare const LEAVE_TOUCH_DELAY = 10000; export declare const COMPANY_PROVIDERS_FOR_IDAS: readonly ["xto"]; export declare const NonConvertableMetrics: readonly [string]; export declare const FilterType: { readonly status: "status"; readonly company: "companyId"; readonly rig: "rigName"; readonly program: "programName"; readonly basin: "basin"; readonly county: "county"; readonly area: "area"; readonly formation: "formation"; readonly stringDesign: "stringDesign"; readonly radius: "radius"; readonly period: "period"; readonly sideTracks: "sideTracks"; readonly drillingWells: "drillingWells"; readonly timeRangeFrom: "timeRangeFrom"; readonly timeRangeTo: "timeRangeTo"; }; export declare const FilterOptions: readonly [{ readonly value: "companyId"; readonly label: "Company"; }, { readonly value: "programName"; readonly label: "Program/BU"; }, { readonly value: "rigName"; readonly label: "Rig"; }, { readonly value: "basin"; readonly label: "Basin"; }, { readonly value: "county"; readonly label: "County"; }, { readonly value: "area"; readonly label: "Area"; }, { readonly value: "formation"; readonly label: "Target Formation"; }, { readonly value: "stringDesign"; readonly label: "String Design"; }, { readonly value: "status"; readonly label: "Status"; }]; export declare const WellStatus: { readonly unknown: "unknown"; readonly idle: "idle"; readonly active: "active"; readonly paused: "paused"; readonly complete: "complete"; }; export declare const StatusOptions: readonly [{ readonly value: "unknown"; readonly color: "#FFFFFF"; }, { readonly value: "idle"; readonly color: "#ADADFF"; }, { readonly value: "active"; readonly color: "#A8FF3D"; }, { readonly value: "paused"; readonly color: "#FFF66C"; }, { readonly value: "complete"; readonly color: "#76C2FF"; }]; export declare const ColumnType: { readonly name: "name"; readonly status: "status"; readonly company: "companyName"; readonly rig: "rigName"; readonly distance: "distance"; readonly taScore: "TA"; readonly lastActive: "lastActive"; readonly metrics: "metrics"; readonly wellSection: "wellSection"; }; export declare const TableColumns: ({ type: "name"; label: string; key: "name"; minWidth: readonly [280, 197, 197, 186]; flex: number; } | { type: "status"; label: string; key: "status"; minWidth: readonly [40, 40, 40, 30]; flex: number; } | { type: "companyName"; label: string; key: "companyName"; minWidth: readonly [180, 140, 140, 93]; flex: number; } | { type: "rigName"; label: string; key: "rigName"; minWidth: readonly [220, 140, 140, 93]; flex: number; } | { type: "distance"; label: string; key: "distance"; minWidth: readonly [160, 160, 122, 93]; flex: number; } | { type: "TA"; label: string; key: "TA"; minWidth: readonly [90, 90, 75, 70]; flex: number; } | { type: "lastActive"; label: string; key: "lastActive"; minWidth: readonly [140, 140, 108, 98]; flex: number; } | { type: "metrics"; label: string; key: string; minWidth: readonly [0, 212, 141, 141]; flex: number; } | { type: "wellSection"; label: string; key: "wellSection"; minWidth: readonly [180, 131, 131, 97]; flex: number; })[]; export declare const OBJECTIVE_PERIOD_LIST: readonly [{ readonly value: "all"; readonly label: "All"; }, { readonly value: "last12h"; readonly label: "Last 12 hrs"; }, { readonly value: "last24h"; readonly label: "Last 24 hrs"; }, { readonly value: "last7d"; readonly label: "Last 7 days"; }, { readonly value: "lastMonth"; readonly label: "Last Month"; }, { readonly value: "custom"; readonly label: "Custom"; }]; export declare const MAX_METRICS_COUNT = 3; export declare const METRICS_LIST: { label: string; key: string; }[]; export declare const WellSectionColors: readonly ["#6EACFF", "#69B919", "#E95DAF", "#A77DFF", "#77FFC1", "#018EFE", "#FF5D7E", "#B9E310", "#FFD111", "#24BB8E", "#C426F3"]; export declare const DEFAULT_METRICS_KEY = "hole_depth_change"; export declare const RESYNC_TASK_RESPONSE: { readonly SUCCESS: "succeeded"; readonly FAILURE: "failed"; }; export declare const RESYNC_STATUS: { readonly INITIAL: 0; readonly TRIGGERED: 1; readonly RUNNING: 2; readonly SUCCEEDED: 3; readonly FAILED: -1; }; //# sourceMappingURL=constants.d.ts.map