export type EscapeKey = 'Escape' | 'Esc'; export declare function isEscape(key: string): key is EscapeKey;