export declare const perf: { now: () => number; mark: (name: string) => void; measure: (name: string, start: string, end: string) => void; getEntriesByName(url: string): PerformanceEntryList | undefined; getEntriesByType(type: string): PerformanceEntryList | undefined; };