import { WorkspaceRuntime } from './workspace-runtime.js'; interface WorkspaceOperationsPanelProps { className?: string; runtime: WorkspaceRuntime; } export declare function WorkspaceOperationsPanel({ className, runtime }: WorkspaceOperationsPanelProps): import("react").JSX.Element; export {};