/** * Resolve a Portal workspace path the agent can actually open. * * Portal folders are host directories under this agent's default cwd * (`~/.agim-workspaces//`, or `AGIM_WORKSPACES_ROOT`). The * workspace root itself is the default "Cloud" workspace — only a * strict subdirectory may be bound as a named folder. Paths outside * that tree (local laptop folders, `/etc`, another agent's tree) are * rejected so a remote browser cannot point the agent at arbitrary * host paths. */ export declare function resolvePortalWorkspacePath(raw: string | undefined | null, agentName: string): string | undefined; //# sourceMappingURL=workspace-path.d.ts.map