/** * Default Markdown workspace for the primary agent. * * OpenClaw-aligned: `/workspace` (no `/main` suffix). * When `XOPC_PROFILE` is set (and not `default`), returns `/workspace-`. */ export declare function resolveDefaultAgentWorkspaceDir(env?: NodeJS.ProcessEnv): string;