import type { ScheduledBlock } from './types.js'; export declare function discoverScheduledBlocks(projectRoot: string): ScheduledBlock[]; export declare function deriveBlockName(projectRoot: string, absPath: string): string; //# sourceMappingURL=discovery.d.ts.map