import { Dictionary, SegmentEntry } from "./validator"; import { TableBuilder } from "./tableBuilder"; export declare class SegmentTableBuilder extends TableBuilder { constructor(type: string); static enrichWithDefaultSegments(data: Dictionary): Dictionary; build(): Dictionary; } //# sourceMappingURL=segments.d.ts.map