export type StackFrame = any; export function parse(stackString: string): StackFrame[];