export declare class PushRelevancyService { constructor(); pushRelevancyModelToAis(profileId?: string, relevancyModelJson?: string): void; pushRelevancyModelToAisWithArtifact(artifactId?: string): void; pushRelevancyModelToAisFromLegacyRelevancyModelTable(artifactId?: string, relevancyModelJson?: string): void; } //# sourceMappingURL=PushRelevancyService.d.ts.map