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