import IRESTClient from "./IRESTClient"; export default interface IRESTClientBuilder { build(host: string): IRESTClient; }