/**
 * Timer for profiling. This has platform specific code and may
 * not work on every platform.
 */
export declare class b2Timer {
    private m_start;
    /**
     * Reset the timer.
     */
    Reset(): b2Timer;
    /**
     * Get the time since construction or the last reset.
     */
    GetMilliseconds(): number;
}
//# sourceMappingURL=b2_timer.d.ts.map