export declare const startPerformance: (label: string) => { end: () => void; log: (...data: any[]) => void; };