export default class ScheduleAppBootHook {
    private readonly agent;
    private readonly scheduleSubscriberRegister;
    constructor(agent: any);
    configDidLoad(): void;
}
