export { check_shortcut, check_modifiers, is_mac } from './shortcuts.ts';
export { auto_snapshot } from './auto-snapshot.ts';
export { KSelection } from './selection-js.ts';
export declare function clamp_number(min: number, max: number, value: number): number;