import type { Context } from "hono"; import type { FilesApi } from "../api/index.js"; export type HonoRouteHandler = (c: Context) => Promise; export declare const createRouteHandler: (router: FilesApi) => HonoRouteHandler; //# sourceMappingURL=index.d.ts.map