import Hl7Segment from "../../../model/Hl7Segment";
import BTS_Fields from '../fields/BTS_Fields';
/**
* Batch Trailer
*/
export default class BTS_Segment extends Hl7Segment {
    get type(): string;
    get description(): string;
    fields: BTS_Fields;
}
