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