import type { InternalAlphaRequestConfig, AlphaAdapter } from '../../types'; export declare type Predicate = (config: InternalAlphaRequestConfig) => any; export declare const chainAdapters: (config: InternalAlphaRequestConfig, predicate: Predicate, adapter: AlphaAdapter) => InternalAlphaRequestConfig;