import { z } from 'zod'; export declare const GetSystemHealthChecksResponse: z.ZodObject<{ cpu: z.ZodBoolean; disk: z.ZodBoolean; ram: z.ZodBoolean; database: z.ZodBoolean; }, z.core.$strip>; export type GetSystemHealthChecksResponse = z.infer; //# sourceMappingURL=index.d.ts.map