import { ToolProvider, ToolRequest } from '@theia/ai-core'; import { TerminalService } from '@theia/terminal/lib/browser/base/terminal-service'; import { WorkspaceService } from '@theia/workspace/lib/browser'; import { ApplicationShell } from '@theia/core/lib/browser'; export declare class SuggestTerminalCommand implements ToolProvider { static ID: string; protected readonly terminalService: TerminalService; protected readonly workspaceService: WorkspaceService; protected readonly applicationShell: ApplicationShell; getTool(): ToolRequest; protected isValidCommand(command: string): boolean; } //# sourceMappingURL=ai-terminal-functions.d.ts.map