import { type Env, type Schema } from 'hono'; import { type FarcBase } from '../farc-base.js'; export declare function routes(app: FarcBase, path: string): void; //# sourceMappingURL=routes.d.ts.map