export declare class Stopwatch { private start; constructor(); elaspedMS(): number; format(): string; reset(): void; }