export declare class RelevancyService { constructor(); createAndPublishDefaultRelevancyModel(profileId?: string): void; createAndPublishDefaultRelevancyModelForAllProfiles(): void; createAndPublishRelevancyModelArtifactsForAllMLSolutions(): void; createMLSolutionDefinition(profileID?: string): string; createRelevancyTrainingExecutionRecord(solutionID?: string): string; deleteMLSolutionDefinition(profileID?: string): string; processCompletion(trainingExecutionID?: string): void; revertToDefaultRelevancyModel(profileId?: string): void; } //# sourceMappingURL=RelevancyService.d.ts.map