import { Response, NextFunction } from 'express'; export declare function initHttp(req: any, res: Response, next: NextFunction): void;