import type { AgentModelInput } from '../agent/types.js'; export declare function shellQuoteToken(value: string): string; export declare function formatResumeCommand(target: string, model?: AgentModelInput): string;