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