import * as z from "zod";

export * from "zod";
export { z };
export default z;
