export type SmithersIdeServiceConfig = { readonly command?: string; readonly cwd?: string; readonly env?: Record; readonly idleTimeoutMs?: number; readonly maxOutputBytes?: number; readonly timeoutMs?: number; };