import type { IToolParameter } from "../../interface/index";
export declare const name = "replaceSelection";
export declare const description = "Replace the current selection with new HTML content";
export declare const parameters: IToolParameter[];
export declare const requiresPermission = true;
