blob: c3cea8e6c63e6ff81d2e131dfd8cc36af2d5c637 [file] [log] [blame]
export declare class Benchmark {
private start;
elapsed(): number;
}