import { IMaintenanceOperation, OperationResultType } from "../OperationAbstractions.js"; import { AnalyzerDefinition } from "../../Indexes/Analysis/AnalyzerDefinition.js"; import { DocumentConventions } from "../../Conventions/DocumentConventions.js"; import { RavenCommand } from "../../../Http/RavenCommand.js"; export declare class PutAnalyzersOperation implements IMaintenanceOperation { private readonly _analyzersToAdd; constructor(...analyzersToAdd: AnalyzerDefinition[]); getCommand(conventions: DocumentConventions): RavenCommand; get resultType(): OperationResultType; } //# sourceMappingURL=PutAnalyzersOperation.d.ts.map