import { SequentialWorkflowStepExecutor, StepExecutionArgs } from '../workflow/step-runner.js'; export declare class UpdateDocumentStepExecutor implements SequentialWorkflowStepExecutor { readonly supportedBlueIds: readonly ["FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa"]; private readonly evaluator; execute(args: StepExecutionArgs): Promise; private extractChanges; private createPatch; private normalizeOperation; private normalizePath; } //# sourceMappingURL=update-document-step-executor.d.ts.map