// Type definitions for @dyna-grid/core v1.1.4 // Project: // Definitions by: zhangkun <> /** * A Util Class only used when debugging for printing time to console */ export declare class Timer { private timestamp; print(msg: string): void; }