import type { ParsedKey } from "./parse.keypress.js";
export declare const kittyNamedSingleStrokeKeys: string[];
export declare function parseKittyKeyboard(sequence: string): ParsedKey | null;
