import { type FastModeSession } from "../../core/fast-mode.ts"; export interface FastModeCommandHost { session: FastModeSession; showStatus(message: string): void; } export declare function handleFastModeCommand(host: FastModeCommandHost, text: string): void; //# sourceMappingURL=fast-mode-command.d.ts.map