import { PerformanceObserver, performance } from './instance'; export default performance; export type Performance = typeof performance; export declare const setResourceLoggingEnabled: (enabled?: boolean) => void; export { PerformanceObserver }; export type { EntryType, PerformanceMark, PerformanceMeasure, PerformanceMetric, PerformanceEntry, PerformanceReactNativeMark, PerformanceResourceTiming, } from './performance-entry'; //# sourceMappingURL=index.d.ts.map