declare function clientWrapper(ClientConstractor: any, hostname: string, credentials?: null | { [index: string]: string; }, options?: null | { [index: string]: any; }): T | undefined; export default clientWrapper;