()
| 180 | target: T | core.$ZodType<any, core.output<this>> |
| 181 | ): ZodPipe<this, T>; |
| 182 | readonly(): ZodReadonly<this>; |
| 183 | |
| 184 | /** Returns a new instance that has been registered in `z.globalRegistry` with the specified description */ |
| 185 | describe(description: string): this; |
no outgoing calls