import type { Graph } from 'graphlib'; export declare class PWaveLabeler { labelTasks(graph: Graph): Map; groupByWave(waves: Map): Map; getMaxWave(waves: Map): number; estimateTimeSavings(waves: Map): number; getWaveStatistics(waves: Map): { totalTasks: number; maxWave: number; waveCounts: Map; estimatedSavings: number; }; } //# sourceMappingURL=p-wave-labeler.d.ts.map