import { ActiveDirectory } from '@microsoft/windows-admin-center-sdk/core/data/active-directory/active-directory';
import { GatewayService } from '../../service/gateway.service';
import * as i0 from "@angular/core";
export declare class ActiveDirectoryService extends ActiveDirectory {
    /**
     * Initializes a new instance of the ActiveDirectoryService class.
     *
     * @param http the Http object.
     * @param rpcService the RPC service.
     */
    constructor(gateway: GatewayService);
    static ɵfac: i0.ɵɵFactoryDeclaration<ActiveDirectoryService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ActiveDirectoryService>;
}
