import { GlideRecord } from "../types/GlideRecord.js"; export declare class EntrySetBuilder { constructor(); bidirectional(biDirectional?: boolean): EntrySetBuilder; build(): GlideRecord; discrete(discrete?: boolean): EntrySetBuilder; getErrors(): Array; hasErrors(): boolean; name(name?: string): EntrySetBuilder; static withName(name?: string): EntrySetBuilder; static withSysId(sysId?: string): EntrySetBuilder; } //# sourceMappingURL=EntrySetBuilder.d.ts.map