import { ScheduleRebootManager } from '@microsoft/windows-admin-center-sdk/core/data/schedule-reboot';
import { AppContextService } from './app-context.service';
import { ExtensionBrokerService } from './extension-broker.service';
import * as i0 from "@angular/core";
/**
 * Schedule Reboot dialog service class. This is an injectable service wrapper for the actual
 * Schedule Reboot class.
 */
export declare class ScheduleRebootService extends ScheduleRebootManager {
    constructor(appContextService: AppContextService, extensionBroker: ExtensionBrokerService);
    static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleRebootService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ScheduleRebootService>;
}
