import { ServiceRESTResponse } from "../sn_internal_services/ServiceRESTResponse.js"; import { GlideRecord } from "../types/GlideRecord.js"; export declare class TrainingRequest { constructor(solutionDefinition?: GlideRecord); cancelTraining(solutionSysId?: string): ServiceRESTResponse; cancelUpdateJob(solutionSysId?: string): ServiceRESTResponse; getTrainingJobsState(origin?: string, lastTime?: string, solutionIds?: string): ServiceRESTResponse; isInstanceAutoTrainingEligible(): boolean; postServiceRequest(solutionSysId?: string, token?: string): ServiceRESTResponse; submitForTraining(solutionDefinitionSysID?: string): number; updateInstanceAutoTrainEligibleInfo(): boolean; } //# sourceMappingURL=TrainingRequest.d.ts.map