export namespace DATA_SOURCE_TYPE { let offsetWellSelectionApp: string; let wellHub: string; let customSelection: string; } export namespace FILTER_BASEDON_TYPE { let entireWell: string; let wellSections: string; } export namespace SELECTION_TAB_TYPE { let bic: string; let custom: string; } export namespace SELECTION_TABS_LABEL { export let wellhub: string; export let offsetWell: string; let custom_1: string; export { custom_1 as custom }; } export const ALL_KEY: "all"; export const WELL_NAME_KEY: "name"; export const DEFAULT_WELL_SECTIONS: { name: string; wells: never[]; expanded: boolean; }[]; //# sourceMappingURL=constants.d.ts.map