import { Response } from 'express';
export declare class ErrorHandlerAPI {
    static handle(res: Response, err: any): any;
}
