import type { HttpError } from './types';
export declare function defaultErrorFormatter(rawError: any): HttpError | null;
