/** * 返回当前操作系统的 Control 键 */ export declare function getControlKey(): "⌘" | "Ctrl"; export declare const IS_APPLE: boolean;