import type { ComparisonOptions, FilePair, ExitResult } from '../config/types.js'; /** * Compares multiple pairs of .env and .env.example files. * @param pairs - The pairs of environment files to compare. * @param opts - The comparison options. * @returns An object indicating the overall comparison results. */ export declare function compareMany(pairs: FilePair[], opts: Readonly): Promise; //# sourceMappingURL=compare.d.ts.map