ReplacementsSchema: ZodUnion<readonly [ZodObject<{
    filename: ZodString;
    replaceWhenEnv: ZodOptional<ZodArray<ZodObject<{
        env: ZodString;
        value: ZodString;
    }, $strict>>>;
    replaceWithFile: ZodString;
    stringToReplace: ZodString;
}, $strict>, ZodObject<{
    allowUnsetEnvVariable: ZodOptional<ZodBoolean>;
    filename: ZodString;
    replaceWhenEnv: ZodOptional<ZodArray<ZodObject<{
        env: ZodString;
        value: ZodString;
    }, $strict>>>;
    replaceWithEnv: ZodString;
    stringToReplace: ZodString;
}, $strict>, ZodObject<{
    filename: ZodString;
    regexToReplace: ZodString;
    replaceWhenEnv: ZodOptional<ZodArray<ZodObject<{
        env: ZodString;
        value: ZodString;
    }, $strict>>>;
    replaceWithFile: ZodString;
}, $strict>, ZodObject<{
    allowUnsetEnvVariable: ZodOptional<ZodBoolean>;
    filename: ZodString;
    regexToReplace: ZodString;
    replaceWhenEnv: ZodOptional<ZodArray<ZodObject<{
        env: ZodString;
        value: ZodString;
    }, $strict>>>;
    replaceWithEnv: ZodString;
}, $strict>, ZodObject<{
    glob: ZodString;
    replaceWhenEnv: ZodOptional<ZodArray<ZodObject<{
        env: ZodString;
        value: ZodString;
    }, $strict>>>;
    replaceWithFile: ZodString;
    stringToReplace: ZodString;
}, $strict>, ZodObject<{
    allowUnsetEnvVariable: ZodOptional<ZodBoolean>;
    glob: ZodString;
    replaceWhenEnv: ZodOptional<ZodArray<ZodObject<{
        env: ZodString;
        value: ZodString;
    }, $strict>>>;
    replaceWithEnv: ZodString;
    stringToReplace: ZodString;
}, $strict>, ZodObject<{
    glob: ZodString;
    regexToReplace: ZodString;
    replaceWhenEnv: ZodOptional<ZodArray<ZodObject<{
        env: ZodString;
        value: ZodString;
    }, $strict>>>;
    replaceWithFile: ZodString;
}, $strict>, ZodObject<{
    allowUnsetEnvVariable: ZodOptional<ZodBoolean>;
    glob: ZodString;
    regexToReplace: ZodString;
    replaceWhenEnv: ZodOptional<ZodArray<ZodObject<{
        env: ZodString;
        value: ZodString;
    }, $strict>>>;
    replaceWithEnv: ZodString;
}, $strict>]> = ...