/** Logs temporales de depuración del Gantt (eliminar cuando se cierre el bug). */ export type GhanttDebugPayload = Record; /** * Emite un log con prefijo `[Gantt:tag]`, secuencia incremental y `performance.now()`. */ export declare function ghanttDebugLog(tag: string, message: string, payload?: GhanttDebugPayload): void; //# sourceMappingURL=ghanttDebugLog.d.ts.map