export declare const errorHandler: (debugMode?: boolean) => (err: any, req: any, res: any, next: any) => void;
