import { HttpException } from '../exceptions'; export declare type Logger = (error: HttpException | Error) => any;