import Hl7Segment from "../../../model/Hl7Segment";
import LOC_Fields from '../fields/LOC_Fields';
/**
* Location Identification
*/
export default class LOC_Segment extends Hl7Segment {
    get type(): string;
    get description(): string;
    fields: LOC_Fields;
}
