export declare function getWorkspaceForUser(tenant: string, userId: any, workspaceId?: string): Promise<{
    _id: unknown;
    name: string;
    roles: string[];
    labels: string[];
}>;
