export const ACTIVITIES: { name: string; key: string; isFlatTime: boolean; color: string; }[]; export const WIRELINE_ACTIVITIES: { name: string; key: string; isFlatTime: boolean; color: string; }[]; export const WIRELINE_BREAKDOWN_ACTIVITIES: { name: string; key: string; isFlatTime: boolean; color: string; }[]; export const FLUIDS_TYPES: { name: string; key: string; unitType: string; color: string; }[]; export namespace TOTAL_CHEMICAL_TYPE { let name: string; let key: string; let color: string; } export const CHEMICALS_VOL_TYPES: { name: string; color: string; key: string; }[]; export const CHEMICALS_MASS_TYPES: { name: string; color: string; key: string; }[]; export const CHEMICALS_TYPES: { unitType: string; name: string; color: string; key: string; }[]; export const PROPPANTS_TYPES: { name: string; key: string; unitType: string; color: string; }[]; export const PROPPANTS_CON_TYPES: ({ name: string; key: string; unitType: string; unit: string; color: string; precision?: undefined; } | { name: string; key: string; unitType: string; unit: string; color: string; precision: number; })[]; export const PROPPANTS_MASS_TYPES: { name: string; key: string; unitType: string; color: string; unit: string; }[]; export namespace STAGE_ACTUAL_PARAM_COLORS { let top_perforation: string; let bottom_perforation: string; let perforated_length: string; let total_shots: string; let flush_volume: string; } export namespace PRESSURE_COLORS { let well_head_pressure: string; let wellhead_sensor: string; let pipe_frictional_pressure_loss: string; let nwb_frictional_pressure_loss: string; let bottomhole_pressure: string; let net_pressure: string; let max_treating_pressure: string; let ave_treating_pressure: string; let breakdown_pressure: string; let isip_pressure: string; let delta_pressure: string; let hydrostatic_pressure: string; let backside_pressure: string; let pumpside_pressure: string; let negative_hydrostatic_pressure: string; let pressure_at_gauge_md: string; let sleeve_pressure_loss: string; } export namespace TRACKING_CONCENTRATION_COLORS { let fr_concentration: string; let surfactant_concentration: string; let powder_breaker_concentration: string; } export namespace FLOW_RATE_COLORS { let clean_flow_rate_in: string; let slurry_flow_rate_in: string; let max_flow_rate: string; let ave_flow_rate: string; } export namespace TOTAL_VOLUME_COLORS { let total_slurry_volume_in: string; let total_clean_volume_in: string; } export const COMPLETION_OPERATION_TYPE: { name: string; key: string; color: string; }[]; export const WIRELINE_PARAMETERS: ({ key: string; label: string; unitType: string; unit: string; isDefaultView: boolean; } | { key: string; label: string; isDefaultView: boolean; unitType?: undefined; unit?: undefined; } | { key: string; label: string; unitType: string; unit: string; isDefaultView?: undefined; })[]; export const DEFAULT_SUPPORTED_PAD_MODES: { key: string; label: string; }[]; export namespace COMPLETION_MODES { let pad: string; let activeFrac: string; let activeWireline: string; let activePumpdown: string; let custom: string; let padLine: string; } export namespace COMPLETION_APP_TYPES { let padApp: string; let fracWirelineMultiWellApp: string; let fracMultiWellApp: string; let wirelineMultiWellApp: string; let pumpdownMultiWellApp: string; let fracSingleWellApp: string; let wirelineSingleWellApp: string; let pumpdownSingleWellApp: string; } export const COMPLETION_APPTYPE_MODES_DICT: { [COMPLETION_APP_TYPES.padApp]: string[]; [COMPLETION_APP_TYPES.fracWirelineMultiWellApp]: string[]; [COMPLETION_APP_TYPES.fracMultiWellApp]: string[]; [COMPLETION_APP_TYPES.fracSingleWellApp]: string[]; [COMPLETION_APP_TYPES.wirelineMultiWellApp]: string[]; [COMPLETION_APP_TYPES.wirelineSingleWellApp]: string[]; [COMPLETION_APP_TYPES.pumpdownMultiWellApp]: string[]; [COMPLETION_APP_TYPES.wirelineSingleWellApp]: string[]; }; //# sourceMappingURL=completion.d.ts.map