export declare class GlideGenAIUtils { constructor(); activateOrDeactivateSentimentSchedulerJob(jobId: string, active: boolean): void; getRelatedListsByNumber(tableName: string, number: string): any[]; getRelatedListsBySysId(tableName: string, sysId: string): any[]; updateSentimentSchedulerJob(jobId: string, value: string): void; } //# sourceMappingURL=GlideGenAIUtils.d.ts.map