import type { ModifierKey, ShiftKey } from '../../types/Keybind'; declare const checkModifers: (modifers: (ModifierKey | ShiftKey)[], event: KeyboardEvent) => boolean; export default checkModifers; //# sourceMappingURL=checkModifers.d.ts.map