export const measure: (measureName: string, startOrMeasureOptions?: string | PerformanceMeasureOptions, endMark?: string) => PerformanceMeasure;
export const now: () => DOMHighResTimeStamp;
export const mark: (markName: string, markOptions?: PerformanceMarkOptions) => PerformanceMark;
//# sourceMappingURL=performance.d.ts.map