import { App, RootModuleDefinition } from '@deepkit/app'; import { HttpRouterRegistry } from './router.js'; /** * Same as App, but with easily accessible router to make the most common use case easier. */ export declare class HttpApp extends App { get router(): HttpRouterRegistry; }