/**
 * Re-export the canonical Env interface from @zync/types.
 * All Workers and downstream specs MUST type against @zync/types#Env directly.
 * This file exists as a local convenience re-export within zync-api.
 */
export type { Env } from '@zync/types'
