import Hl7Segment from "../../../model/Hl7Segment";
import AIG_Fields from '../fields/AIG_Fields';
/**
* Appointment Information - General Resource
*/
export default class AIG_Segment extends Hl7Segment {
    get type(): string;
    get description(): string;
    fields: AIG_Fields;
}
