/** * Whether mouse click handling is disabled for the ported Ink core. cc-tui * reads its own env flag (`CC_TUI_DISABLE_MOUSE`); the original module * consulted Claude Code's fullscreen state. * @returns True when CC_TUI_DISABLE_MOUSE is set to a truthy value. */ export declare function isMouseClicksDisabled(): boolean; //# sourceMappingURL=fullscreen.d.ts.map