export declare const PUBLIC_CONTROLLER: "public"; export declare const PUBLIC_ROUTES: { readonly GET_SYNAPSE_CONFIG: "synapse"; readonly GET_REPORT: (uuid: string) => string; readonly SUBMIT_REPORT: (uuid: string) => string; }; //# sourceMappingURL=public.d.ts.map