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