export interface ILangfuseConfig { secret_key: string; public_key: string; host: string; project_id: string; project_name: string; }