declare module 'zod' { interface ZodType { alias(this: T, aliasName: string): T; } interface ZodTypeDef { _alias: string; } } export {};