import { EditorState } from '../richTextTypes'; export declare function useCommands(state: EditorState, debug?: { logCommand: (command: string, value?: string) => void; }): { execute: (command: string, value?: string) => void; isActive: (command: string) => boolean; getValue: (command: string) => string | null; }; //# sourceMappingURL=useCommands.d.ts.map