export declare class AppService { getHealth(): { status: string; service: string; timestamp: string; }; }