export type ZodSchemaLike = { parse: (input: Input) => Output; };