import PerformanceProfilerError from './PerformanceProfilerError'; export default class NativeModuleNotFoundError extends PerformanceProfilerError { readonly name = "NativeModuleNotFoundError"; readonly destinationScreen: undefined; constructor(); } //# sourceMappingURL=NativeModuleNotFoundError.d.ts.map