/** * ComputeSDK Workbench * * Interactive REPL for testing sandbox lifecycle operations */ /** * Start the workbench REPL */ declare function startWorkbench(): Promise; export { startWorkbench };