import { Request, Response, NextFunction } from "express";
/**
 * Standardize the response format, it should be used with IExtendResponse
 */
export declare function jsonResponse(req: Request, res: Response, next: NextFunction): void;
