export interface BlandClientOptions { admin: { apiKey?: string; endpoint?: string; }; webchat?: { endpoint?: string; }; }