import { z } from 'zod'; export declare const getSystemStatusSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export type GetSystemStatusInput = z.infer; export declare function handleGetSystemStatus(_input: GetSystemStatusInput): Promise; //# sourceMappingURL=get-system-status.d.ts.map