declare function timePerformance(fn: () => void): void;
export { timePerformance };
