function getActiveWorkspaceimport { getActiveWorkspace } from "https://deno.land/x/wmill@v1.308.1/workspace.ts"; getActiveWorkspace(opts: GlobalOptions): Promise<Workspace | undefined>Parametersopts: GlobalOptionsReturnsPromise<Workspace | undefined>