import type { SlashCommand } from '../types.js'; import type { ShellPassthrough } from '../../commands/interactive/shell-passthrough.js'; export declare function setShellPassthrough(pt: ShellPassthrough): void; export declare const shCmd: SlashCommand;