/**** Comment these exports while publishing to NPM ****/
/******************************************************/
/**** UnComment these exports while publishing to NPM ****/
export declare type Express = any;
export declare type Router = any;
export declare type Request = any;
export declare type Response = any;
export declare type NextFunction = any;
