import { configSchema } from './schema/index.js'; import { z } from 'zod'; type Config = z.infer; export type { Config as C };