import { DomainObject } from "./domain-object"; export declare class BarcodeSegmentType extends DomainObject { TypeId?: string | undefined; Standard?: string | undefined; Code?: string | undefined; Length?: number | undefined; } //# sourceMappingURL=barcode-segment-type.d.ts.map