import { KeyValue } from '../src/client'; export declare type BASE_CONFIG = (() => KeyValue) | KeyValue;