export type SpaceKey = ' '; export declare function isSpace(key: string): key is SpaceKey;