import * as z from "zod"; import { PersonStatus } from "./personstatus.js"; export type UpdatePersonResponse = { person_id?: string | undefined; name?: string | undefined; status?: PersonStatus | undefined; }; export declare const UpdatePersonResponse$zodSchema: z.ZodType; //# sourceMappingURL=updatepersonresponse.d.ts.map