import { type ProviderPreference } from '@plyaz/types'; /** * Default provider preferences used for global or fallback routing. * Includes weight-based prioritization and health check parameters. */ export declare const DEFAULT_PROVIDERS: ProviderPreference[]; //# sourceMappingURL=default-providers.d.ts.map