import { z } from 'zod'; export declare const ReplacementsSchema: z.ZodUnion>>; filename: z.ZodString; stringToReplace: z.ZodString; replaceWithFile: z.ZodString; }, z.core.$strict>, z.ZodObject<{ replaceWhenEnv: z.ZodOptional>>; filename: z.ZodString; stringToReplace: z.ZodString; replaceWithEnv: z.ZodString; allowUnsetEnvVariable: z.ZodOptional; }, z.core.$strict>, z.ZodObject<{ replaceWhenEnv: z.ZodOptional>>; filename: z.ZodString; regexToReplace: z.ZodString; replaceWithFile: z.ZodString; }, z.core.$strict>, z.ZodObject<{ replaceWhenEnv: z.ZodOptional>>; filename: z.ZodString; regexToReplace: z.ZodString; replaceWithEnv: z.ZodString; allowUnsetEnvVariable: z.ZodOptional; }, z.core.$strict>, z.ZodObject<{ replaceWhenEnv: z.ZodOptional>>; glob: z.ZodString; stringToReplace: z.ZodString; replaceWithFile: z.ZodString; }, z.core.$strict>, z.ZodObject<{ replaceWhenEnv: z.ZodOptional>>; glob: z.ZodString; stringToReplace: z.ZodString; replaceWithEnv: z.ZodString; allowUnsetEnvVariable: z.ZodOptional; }, z.core.$strict>, z.ZodObject<{ replaceWhenEnv: z.ZodOptional>>; glob: z.ZodString; regexToReplace: z.ZodString; replaceWithFile: z.ZodString; }, z.core.$strict>, z.ZodObject<{ replaceWhenEnv: z.ZodOptional>>; glob: z.ZodString; regexToReplace: z.ZodString; replaceWithEnv: z.ZodString; allowUnsetEnvVariable: z.ZodOptional; }, z.core.$strict>]>;