module.exports = { getCurrentKeyboardLayout: (): null => { return null; }, getKeyMap: (): undefined[] => { return []; }, };