export interface ProviderDef { id: string; label: string; models: Record; hasOAuth: boolean; settings?: unknown; translator?: string; accountPool?: string; } export declare function loadProviderDefs(handlerPath: string): Promise;