/** * Workspace Utilities * * Shared helper functions for CLI commands */ /** * Resolve workspace root variable */ export declare function resolveWorkspaceRoot(projectRoot: string): string; /** * Ensure Cortex workspace exists with error fallback */ export declare function ensureCortexWorkspace(projectPath: string): Promise; //# sourceMappingURL=workspace.d.ts.map