export declare class GlideGenAIUtils { activateOrDeactivateSentimentSchedulerJob( jobId: string, active: boolean ): void; constructor(); getRelatedListsByNumber(tableName: string, number: string): any[]; getRelatedListsBySysId(tableName: string, sysId: string): any[]; updateSentimentSchedulerJob(jobId: string, value: string): void; }