import * as PrettyError from 'pretty-error';
export declare const pe: PrettyError;
export declare function prettyError(e: unknown): string;
