import { ErrorMessage } from "../formatter";
export declare function formatUnknownError(exception: any): ErrorMessage[];
