import type { FilePair, Discovery } from '../config/types.js'; /** * Pairs each environment file with its corresponding example file. * @param d - The discovery object containing environment and example file information. * @returns An array of objects containing the environment name, path, and example path. */ export declare function envPairing(d: Discovery): Array; //# sourceMappingURL=envPairing.d.ts.map