import type { IToolParameter } from "../../interface/index";
export declare const name = "applyFormat";
export declare const description = "Apply or remove inline formatting to the current selection (bold, italic, underline, etc.) or to a specific block";
export declare const parameters: IToolParameter[];
export declare const requiresPermission = true;
