import { BaseError } from "../Error/BaseError"; export declare function formatError(error: BaseError): string;