import type { Hono } from 'hono'; import type { IPicGo } from '../../types'; declare const registerCoreRoutes: (app: Hono, ctx: IPicGo) => void; export { registerCoreRoutes };