import { KeyMatcher } from '@ryusei/code';
/**
 * The map for kay bindings (`[ key, ctrl, shift, alt ]`).
 *
 * @since 0.1.0
 */
export declare const KEYMAP: Record<string, KeyMatcher | KeyMatcher[] | null | false>;
/**
 * The collection of modifier keys.
 *
 * @since 0.1.0
 */
export declare const MODIFIER_KEYS: {
    default: string[];
    mac: string[];
};
//# sourceMappingURL=../../../src/js/constants/keymap.d.ts.map