declare module "express-static-gzip" { export = express_static_gzip; function express_static_gzip(rootFolder: any, options: any): any; }