import Hl7Segment from "../../../model/Hl7Segment";
import ORG_Fields from '../fields/ORG_Fields';
/**
* Practitioner Organization Unit
*/
export default class ORG_Segment extends Hl7Segment {
    get type(): string;
    get description(): string;
    fields: ORG_Fields;
}
