import Hl7Segment from "../../../model/Hl7Segment";
import OM3_Fields from '../fields/OM3_Fields';
/**
* Categorical Service/Test/Observation
*/
export default class OM3_Segment extends Hl7Segment {
    get type(): string;
    get description(): string;
    fields: OM3_Fields;
}
