import type { HotInstance } from '../../../../core/types'; export declare const command: { name: string; callback(hot: HotInstance, event: KeyboardEvent): void; };