import { AppService } from "./app.service"; import type { ApiResponse } from "@mosaic/shared/types"; interface HealthStatus { status: string; timestamp: string; } export declare class AppController { private readonly appService; constructor(appService: AppService); getHello(): string; getHealth(): ApiResponse; } export {}; //# sourceMappingURL=app.controller.d.ts.map