/** * Default Chord Bindings * * Pre-configured chord sequences for common actions. * * @since v1.58.1 */ import type { ChordDefinition } from './chord-types.js'; /** * All default chords */ export declare const DEFAULT_CHORDS: ChordDefinition[]; /** * Get top-level menu chords */ export declare function getTopLevelChords(): ChordDefinition[]; /** * Get chords for a specific menu */ export declare function getMenuChords(menuAction: string): ChordDefinition[]; //# sourceMappingURL=default-chords.d.ts.map