export declare class CommandCancellationUnsupportedError extends Error { readonly contextId: string; readonly code: "command_cancellation_unsupported"; constructor(contextId: string); } export declare class RemoteExecutionBusyError extends Error { readonly contextId: string; readonly activeCommandCount: number; readonly code: "remote_execution_busy"; constructor(contextId: string, activeCommandCount: number); } //# sourceMappingURL=errors.d.ts.map