import { t as BarcodeFieldBuilder } from "./BarcodeFieldBuilder-CSsj0EXY.js"; import { t as LabelFieldLocation } from "./LabelFieldLocation-DDqgTh17.js"; import { t as CustomBarcode } from "./CustomBarcode-B9b3T3wr.js"; //#region src/main/api/CustomBarcodeBuilder.d.ts declare class CustomBarcodeBuilder extends BarcodeFieldBuilder { private anchorRegexes; private location?; constructor(name?: string); setAnchorRegexes(anchorRegexes: string[]): this; setAnchorRegex(anchorRegex: RegExp): this; setLocation(location: LabelFieldLocation): this; build(name?: string): Promise; protected getThis(): this; } declare function customBarcode(name: string): CustomBarcodeBuilder; //#endregion export { customBarcode as n, CustomBarcodeBuilder as t };