import { RequestHandler } from 'express';
import { Services } from '../../../../../types/Services';
declare class LoadReportController {
    layoutPath: string;
    services: Services;
    constructor(layoutPath: string, services: Services);
    GET: RequestHandler;
}
export { LoadReportController };
export default LoadReportController;
