import type { AuthContext, WorkspaceWithRole, ProjectStructure } from '../types.js'; export declare function listWorkspaces(_auth: AuthContext, options: { includeProjects?: boolean; }): Promise<{ workspaces: WorkspaceWithRole[]; }>; export declare function getProjectStructure(_auth: AuthContext, projectId: string, _options: { includeArchived?: boolean; }): Promise; //# sourceMappingURL=workspace-queries.d.ts.map