/** * @module * The preset that uses `LinearRouter`. */ import { HonoBase } from '../hono-base'; import type { HonoOptions } from '../hono-base'; import type { BlankEnv, BlankSchema, Env, Schema } from '../types'; export declare class Hono extends HonoBase { constructor(options?: HonoOptions); }