import { RequestHandler } from 'express';
import { Services } from '../types/Services';
export declare const reportAuthoriser: (services: Services, layoutPath: string) => RequestHandler;
export default reportAuthoriser;
