export declare class ConfigManager { private cfg; private readonly home; constructor(); get dbPath(): string; get activeWorkspace(): string | null; set activeWorkspace(id: string | null); private save; } //# sourceMappingURL=config.d.ts.map