import type { GeneratorOptions } from 'yeoman-generator'; /** * Set the Yeoman environment's conflicter force option. * Sets both `env.conflicter.force` and `env.conflicterOptions.force` to the provided value. * This is to be backward compatible with different Yeoman versions. * * @param env - Yeoman environment * @param force - whether to force overwriting files */ export declare function setYeomanEnvConflicterForce(env: GeneratorOptions['Environment'], force?: boolean): void; //# sourceMappingURL=yeoman.d.ts.map