import { z } from 'zod'; export const MontonioClientEnvSchema = z.object({ accessKey: z.string().min(1), });