import type { CounterfactualMutationV2 } from "./long-task-delivery-types.js"; type NarrowMutation = Extract; export declare function applyNarrowSemanticMutation(root: string, mutation: NarrowMutation): Promise; export declare function mutateSemanticText(current: string, mutation: NarrowMutation, requireChange?: boolean): string; export {};