import ErrorStackParser from 'error-stack-parser';
export declare function parseError(err: Error): ErrorStackParser.StackFrame[];
