import * as i0 from '@angular/core'; import * as i1 from '@angular/common'; import * as i2 from '@c8y/ngx-components'; import { AppStateService } from '@c8y/ngx-components'; import { Service, IManagedObject, FetchClient, IResultList } from '@c8y/client'; import { IAdvancedSoftwareService } from '@c8y/ngx-components/repository/shared'; declare class AdvancedSoftwareModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class AdvancedSoftwareService extends Service implements IAdvancedSoftwareService { private appState; private static readonly applicationName; protected baseUrl: string; protected listUrl: string; protected propertyName: string; private isAvailable; constructor(client: FetchClient, appState: AppStateService); list(filter?: object): Promise>; isASMAvailable(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { AdvancedSoftwareModule, AdvancedSoftwareService }; //# sourceMappingURL=index.d.ts.map