import { z } from 'zod'; import { baseLocalConfigSchema } from '../services'; export type BaseLocalConfig = z.infer;