import type { Hono } from 'hono'; import type { Store } from '../../../store'; export declare function installApiRoutes(router: Hono, store: Store): void; //# sourceMappingURL=api-routes.d.ts.map