import type { StackFrame } from 'react-native/Libraries/Core/NativeExceptionsManager'; import type { HermesParsedStack } from 'react-native/Libraries/Core/Devtools/parseHermesStack'; /** @see https://github.com/facebook/react-native/blob/v0.72.1/packages/react-native/Libraries/Core/Devtools/parseErrorStack.js#L41-L57 */ export type ParseErrorStackFn = (errorStack?: string | T | HermesParsedStack) => Array; //# sourceMappingURL=parseErrorStack.d.ts.map