/**
 * Checks for the modifier key
 *
 * Which is meta on macOs and ctrl on linux/windows
 */
export declare const hasModifier: (keydown: KeyboardEvent) => boolean;
//# sourceMappingURL=has-modifier.d.ts.map