import { IIdentified, IManagedObject, InventoryService } from '@c8y/client';
import { GroupForm } from './add-group.model';
import * as i0 from "@angular/core";
export declare class AddGroupService {
    private inventoryService;
    private GROUP_FRAGMENT_TYPE;
    constructor(inventoryService: InventoryService);
    createGroupAndAssignDevices(groupForm: GroupForm, groupContextId: string | number, selectedDevices: string[]): Promise<IManagedObject | IIdentified>;
    private getGroupMO;
    private getGroupType;
    private assignDevices;
    static ɵfac: i0.ɵɵFactoryDeclaration<AddGroupService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AddGroupService>;
}
//# sourceMappingURL=add-group.service.d.ts.map