import { CimConnection } from '@microsoft/windows-admin-center-sdk/core/data/cim-connection';
import { BatchService } from './batch.service';
import { NodeService } from './node.service';
import * as i0 from "@angular/core";
export declare class CimService extends CimConnection {
    /**
     * Initializes a new instance of the CimService class.
     *
     * @param nodeService the NodeService class instance injected.
     * @param batchService the BatchService class instance injected.
     */
    constructor(nodeService: NodeService, batchService: BatchService);
    static ɵfac: i0.ɵɵFactoryDeclaration<CimService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CimService>;
}
