import { z } from 'zod'; export declare const baseGlobalConfigSchema: z.ZodObject<{ appPath: z.ZodString; }, "strip", z.ZodTypeAny, { appPath: string; }, { appPath: string; }>;