import * as z from "zod"; export type UpdateRequest = { unsafe_update?: string | undefined; allowed_for_strict?: boolean | undefined; }; export declare const UpdateRequest$zodSchema: z.ZodType; //# sourceMappingURL=updaterequest.d.ts.map