import { KeyMap } from './types'; /** * Returns the matching key map for the current platform. */ export declare function getKeyMapForPlatform(): KeyMap;