import type { ListProvidersResponse } from "./types.js"; export declare function pickAvailableProvider(list: ListProvidersResponse, preferred?: string): string; //# sourceMappingURL=providers.d.ts.map