import type { Command } from 'commander';
import type { CommandDeps } from '../../daylightSimulation/types.js';
export declare function registerSimulateSchedule(program: Command, deps: CommandDeps): void;
export default registerSimulateSchedule;
//# sourceMappingURL=simulateSchedule.d.ts.map