export declare const appLoopFlag = "app-loop"; export declare const vdomRenderFlag = "vdom-render"; export declare function now(): number; declare function enable(flag: string): void; declare function disable(flag: string): void; declare function count(flag: string): number | undefined; declare function log(flag: string, ...args: any[]): void; export declare const Timing: { now: typeof now; enable: typeof enable; disable: typeof disable; count: typeof count; log: typeof log; }; export {}; //# sourceMappingURL=Timing.d.ts.map