import { HealthResponseDto } from "../dto/api.dto";
export declare class HealthController {
    health(): HealthResponseDto;
}
//# sourceMappingURL=health.controller.d.ts.map