export interface Config { url: string; enableTracing?: boolean; httpRetry?: number; }