export declare type IAdapterFn = (config: IAppletsRequestConfig) => IAppletsRequestPromise;
export default function getDefaultAdapter(): IAdapterFn;
