import { IMaintenanceOperation, OperationResultType } from "../OperationAbstractions.js"; import { DocumentConventions } from "../../Conventions/DocumentConventions.js"; import { RavenCommand } from "../../../Http/RavenCommand.js"; export declare class DeleteAnalyzerOperation implements IMaintenanceOperation { private readonly _analyzerName; constructor(analyzerName: string); get resultType(): OperationResultType; getCommand(conventions: DocumentConventions): RavenCommand; } //# sourceMappingURL=DeleteAnalyzerOperation.d.ts.map