import * as z from 'zod' // PUBLIC API export function defineEnvValidationSchema( schema: Schema, ): Schema { return schema }