export declare const DEBUG_LOG_MAX_BYTES: number; export declare const DEBUG_LOG_RELATIVE_PATH: string; interface DebugLogContext { enabled: boolean; cwd?: string; runId?: string; } export declare function withDebugLogContext(context: DebugLogContext, fn: () => T): T; export declare function isDebugLogEnabled(): boolean; export declare function debugLog(event: string, data?: Record): void; export {}; //# sourceMappingURL=debug-log.d.ts.map