import { DomainObject } from "./domain-object"; export declare class BarcodeConfigType extends DomainObject { TypeId?: string | undefined; } //# sourceMappingURL=barcode-config-type.d.ts.map