/** * Toggle the dev overlay with Cmd+Ctrl+A (Mac) / Ctrl+Alt+A (Windows/Linux). * Mirrors the useCommandMenuShortcut pattern — skip when an input is focused. */ export declare function useDevOverlayShortcut(onToggle: () => void): void; //# sourceMappingURL=use-dev-overlay-shortcut.d.ts.map