import { z } from 'zod'; export declare const baseAppConfigSchema: z.ZodObject<{ language: z.ZodString; globalModules: z.ZodArray; openDevModuleCommand: z.ZodString; }, "strip", z.ZodTypeAny, { language: string; globalModules: string[]; openDevModuleCommand: string; }, { language: string; globalModules: string[]; openDevModuleCommand: string; }>;