export type ModifierKey = "shift" | "command" | "control" | "option"; export declare function isNativeModifierPressed(key: ModifierKey): boolean; //# sourceMappingURL=native-modifiers.d.ts.map