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