export declare function prettyPrintError(error: unknown, options?: {
    soft?: boolean;
    debug?: boolean;
}): void;
