import { _ as Verbaly } from "./types-BFlL6yDe.js"; //#region src/devtools.d.ts export interface DevtoolsOptions { root?: ParentNode; attribute?: string; hotkey?: 'alt' | 'ctrl' | 'shift' | 'meta'; catalogDir?: string; } export declare function attachDevtools(instance: Verbaly, options?: DevtoolsOptions): () => void; //#endregion //# sourceMappingURL=devtools.d.ts.map