import { BatchConnection } from '@microsoft/windows-admin-center-sdk/core/data/batch-connection';
import { AuthorizationService } from './authorization.service';
import { GatewayService } from './gateway.service';
import * as i0 from "@angular/core";
export declare class BatchService extends BatchConnection {
    /**
     * Initializes a new instance of the BatchService class.
     *
     * @param gatewayService the gateway service.
     * @param authorizationService the authorization service.
     */
    constructor(gatewayService: GatewayService, authorizationService: AuthorizationService);
    static ɵfac: i0.ɵɵFactoryDeclaration<BatchService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<BatchService>;
}
