export interface IServiceOptions { endpoint: string; headers: { [key: string]: string; }; readonly hostname: string; readonly port: string; readonly protocol: string; readonly basePath: string; getApiUrl(path: string): string; setHeader(key: string, value: string): void; } //# sourceMappingURL=service-options-interface.d.ts.map