/** * Structured debug log for the dispatch subsystem. * Gated via ROLEBOX_DEBUG env var which lowers the sub-logger's * minLevel to debug (2). Without it, debug calls are filtered * by the root logger's default level (info=3). */ export declare function debugLog(tag: string, taskId: string, msg: string): void; /** Info-level lifecycle log — always visible at default ROLEBOX_LOG_LEVEL=info. */ export declare function infoLog(tag: string, taskId: string, msg: string): void; //# sourceMappingURL=debug-log.d.ts.map