export interface Profile { api_key: string; base_url: string; } export interface BlandConfig { current_profile: string; profiles: Record; claude_api_key?: string; openai_api_key?: string; } export interface ProjectConfig { pathway_id?: string; pathway_file?: string; test_file?: string; } //# sourceMappingURL=config.d.ts.map