import MockRequest from './MockRequest';
export declare function formatError(msg: string, req: MockRequest, err?: Error): string;
