export declare const markChartPerformance: (name: string) => void; export declare const getChartPerformanceDuration: (name: string) => number | undefined; export declare function measurePerformance(): { end(): number; };