import type { Application } from './application'; export declare class AppServer { private app; constructor(app: Application); get name(): string; }