import { Request, Response, NextFunction } from 'express';
export declare function fileHandler(urlPath: string, filePath: string): (req: Request, res: Response, next: NextFunction) => void;
