import { BootStage } from "./types"; export declare const ALL_BOOT_STAGES: BootStage[]; export declare const CRITICAL_BOOT_STAGES: BootStage[]; export declare const SYSLOG_CHANNEL = "systemManager.systemlog"; export declare const SHOW_SYSLOG_CHANNEL = "systemManager.showSystemlog"; export declare const STATUS_CHANNEL_BASE = "systemManager.boot.status"; export declare const STAGE_CHANNEL = "systemManager.boot.stage"; export declare const CHECKPOINT_CHANNEL_BASE = "systemManager.checkpoint"; //# sourceMappingURL=_constants.d.ts.map