import { PHASES } from './types';
export declare function normalizeKeyCode(code: string): string;
export declare function normalizeShortcut(keys: string[]): string;
export declare function phasesIterator(phases: PHASES, shortcut: string, callback: (phasedShortcut: string, phase: PHASES) => void): void;
