import type { KbsDefinition, KbsInternalShortcut } from '../types.ts'; export declare function cleanShortcuts(inputs: ReadonlyArray): readonly KbsInternalShortcut[]; //# sourceMappingURL=clean_shortcuts.d.ts.map