import { ApiClientFactory } from '../core/api.client.factory'; export declare class AnthConfigService { private factory; constructor(factory: ApiClientFactory); loadCurrentProjectAuthTree(projectId: string, orgId: string): Promise; }