import { GlideRecord } from "../types/GlideRecord.js"; export declare class ConsumerSetBuilder { constructor(); bidirectional(biDirectional?: boolean): ConsumerSetBuilder; build(): GlideRecord; description(description?: string): ConsumerSetBuilder; discrete(discrete?: boolean): ConsumerSetBuilder; entrySet(entrySet?: GlideRecord): ConsumerSetBuilder; getErrors(): Array; hasErrors(): boolean; name(name?: string): ConsumerSetBuilder; producerInstanceId(producerInstanceId?: string): ConsumerSetBuilder; producerInstanceURL(producerInstanceURL?: string): ConsumerSetBuilder; producerSetId(producerSetId?: string): ConsumerSetBuilder; static withProducerInstanceId(name?: string, producerInstanceId?: string): ConsumerSetBuilder; static withProducerURL(name?: string, producerURL?: string): ConsumerSetBuilder; static withSysId(sysId?: string): ConsumerSetBuilder; } //# sourceMappingURL=ConsumerSetBuilder.d.ts.map