import { type SpawnOutcome } from '../../terminal-spawn/index.js'; import type { SlashCommand } from '../types.js'; export declare function forkSpawnLines(spawn: SpawnOutcome, command: string, copied: boolean): string[]; export declare const forkCmd: SlashCommand;