// Type definitions for ag-grid-community v21.2.2
// Project: http://www.ag-grid.com/
// Definitions by: Niall Crosby <https://github.com/ag-grid/>
/**
 * A Util Class only used when debugging for printing time to console
 */
export declare class Timer {
    private timestamp;
    print(msg: string): void;
}
