import { Request, Response } from 'express';
export declare const getComplianceDocs: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const getHSEIncidents: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const getRisks: (req: Request, res: Response) => Promise<void>;
export declare const createComplianceDoc: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const updateComplianceDoc: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const deleteComplianceDoc: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const createHSEIncident: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const updateHSEIncident: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const deleteHSEIncident: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
//# sourceMappingURL=compliance.controller.d.ts.map