/** * HealthResponse type and creator */ export type HealthResponse = null; export declare function createHealthResponse(data: unknown): HealthResponse;