import type { Hono } from "hono"; import { type ApiRouteDeps } from "@opengeni/core"; /** Human folder editing and the legacy Skill admin share scope authorization. */ export declare function registerSkillContentRoutes(app: Hono, deps: ApiRouteDeps): void;