import { Hono } from "hono"; import type { AppEnv } from "../app"; import type { ApiDeps } from "../types/api-deps"; export declare const createCacheAlertRoutes: (deps: ApiDeps) => Hono; //# sourceMappingURL=cacheAlert.routes.d.ts.map