import GetClientOptions from '../repoFactory/options/GetClientOptions'; import GetClientResult from '../repoFactory/results/GetClientResult'; import Config from './Config'; declare const _default: (config: Config) => (opts: GetClientOptions) => Promise; export default _default;