type DebugFlags = { isProfiling: boolean; stopEvaluation: boolean; profilingNamespaces: Record; numEvaluationCalls: number; profiledCall: number; maxEvaluationCalls: number; prevSize: number; }; export declare const flags: DebugFlags; export {};