import { type PreferenceRegistryScope } from "@opengeni/contracts"; import { type AccessGrantAuthorization, type ApiRouteDeps } from "@opengeni/core"; import type { Hono } from "hono"; export declare function authorizePreferenceRegistryScopeMutation(access: AccessGrantAuthorization, scope: PreferenceRegistryScope): void; export declare function registerPreferenceRegistryRoutes(app: Hono, deps: ApiRouteDeps): void;