﻿interface Console {
    timeStamp(label?: string);
    markTimeline(label?: string);
    trace();
    count(label?: string);
}
