/** * Either measured depth or true vertical depth. */ export declare type DepthIndexTypeEnum = "measured depth" | "true vertical depth"; export declare const DepthIndexTypeEnum: { MeasuredDepth: DepthIndexTypeEnum; TrueVerticalDepth: DepthIndexTypeEnum; };