import { GlideChoiceList } from "../types/GlideChoiceList"; export declare class CatalogClientScript { addScript(script?: string): void; appliesToCatalogItem(flag?: boolean): void; appliesToCatalogTask(flag?: boolean): void; appliesToRequestedItem(flag?: boolean): void; appliesToTargetRecord(flag?: boolean): void; create(standardUpdate?: boolean): string; deleteRecord(sysID?: string, standardUpdate?: boolean): void; static getOnChangeVariableChoices(itemId?: string): GlideChoiceList; setAttributes(attributes?: Record): void; setCatalogItem(sysId?: string): void; setOnChangeVariable(sysId?: string): void; setVariableSet(sysId?: string): void; constructor(); }