import type { EnvVar } from '../types.js'; export declare function mergeVars(...varArrays: EnvVar[][]): EnvVar[]; //# sourceMappingURL=merge.d.ts.map