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