export declare const ACCESS_LINKS_CONTROLLER: "access-links"; export declare const ACCESS_LINKS_ROUTES: { readonly CREATE: ""; readonly GET: ""; readonly GET_BY_UUID: (uuid: string) => string; readonly DELETE: (uuid: string) => string; }; //# sourceMappingURL=access-links.d.ts.map