/** * Check if a keyboard event originated from a text-input context. * Uses composedPath() to handle shadow DOM retargeting. * * Returns true if the event target (or any element in the composed path) * is an input, textarea, contenteditable, or has role="textbox". */ export declare function isTypingContext(event: KeyboardEvent): boolean; //# sourceMappingURL=typing-context.d.ts.map