import { Command } from "../types"; /** * Toggle the active state of tag highlighting */ export declare const toggleActive: Command; /** * Focus Range decoration */ export declare const focusRange: (rangeId: string | null) => Command;