import CliOptions from './CliOptions'; import ApiManager from './ApiManager'; export default class ServiceManager { options: CliOptions; apiManager: ApiManager; constructor(options: CliOptions); private addPathForGet; private addReference; add(): Promise; update(): Promise; private makeOperationId; private addServiceMethod; private schema; private httpGetResponseSchema; private addServiceGet; private addServiceWithName; private setupServiceWithNameGet; private deepCopy; private addDependantDatatypes; private setServiceDatatype; list(): void; delete(): void; }