export declare const REPORTS_CONTROLLER: "reports"; export declare const REPORTS_ROUTES: { readonly GET: (uuid: string) => string; readonly DELETE: (uuid: string) => string; readonly GET_REPORTS_BY_ACCESS_LINK_UUID: (uuid: string) => string; }; //# sourceMappingURL=reports.d.ts.map