Close the sandbox and release all resources.
After closing, the sandbox cannot be used again. The sandbox is deleted from Daytona's infrastructure.
close(): Promise<void>try {
await sandbox.execute("npm run build");
} finally {
await sandbox.close();
}