import type { DocToolBarState } from "../types"; export declare const exec: (state: DocToolBarState, key: string) => void;