export const MIN_ID: 0.7; export const MAX_ID: 100; export const MIN_OD: 1; export const MAX_OD: 100; export const MIN_TOP_DEPTH: -200; export const MAX_TOP_DEPTH: 45000; export const MIN_BOTTOM_DEPTH: -200; export const MAX_BOTTOM_DEPTH: 55000; export const DP_MIN_ID: 1; export const DP_MAX_ID: 7; export const DP_MIN_OD: 2; export const DP_MAX_OD: 8; export const DP_MIN_TJ_ID: 1; export const DP_MAX_TJ_ID: 7; export const DP_MIN_TJ_OD: 2; export const DP_MAX_TJ_OD: 10; export const DP_MIN_LENGTH: 0; export const DP_MAX_LENGTH: 30000; export const HWDP_MIN_ID: 1; export const HWDP_MAX_ID: 7; export const HWDP_MIN_OD: 2; export const HWDP_MAX_OD: 8; export const HWDP_MIN_TJ_ID: 1; export const HWDP_MAX_TJ_ID: 7; export const HWDP_MIN_TJ_OD: 2; export const HWDP_MAX_TJ_OD: 10; export const HWDP_MIN_LENGTH: 0; export const HWDP_MAX_LENGTH: 5000; export const COMPONENT_FAMILIES: { name: string; type: string; }[]; export const COMPONENT_CLASSES: { name: string; type: string; }[]; export const COMPONENT_MATERIALS: { name: string; type: string; }[]; export const COMPONENT_GRADES: { name: string; type: string; }[]; export namespace OD_ID_DEP_UNITS { namespace outer_diameter { let unitType: string; let unitImperial: string; } namespace inner_diameter { let unitType_1: string; export { unitType_1 as unitType }; let unitImperial_1: string; export { unitImperial_1 as unitImperial }; } namespace linear_weight { let unitType_2: string; export { unitType_2 as unitType }; let unitImperial_2: string; export { unitImperial_2 as unitImperial }; } } export namespace OD_ID_DEP_LABELS { let outer_diameter_1: string; export { outer_diameter_1 as outer_diameter }; let inner_diameter_1: string; export { inner_diameter_1 as inner_diameter }; let linear_weight_1: string; export { linear_weight_1 as linear_weight }; export let number_of_joints: string; export let component_length: string; } export const OD_ID_DEP_LIST: { outer_diameter: number; inner_diameter: number; linear_weight: number; number_of_joints: number; component_length: number; key: number; }[]; //# sourceMappingURL=casing.d.ts.map