import type { InfraOutput } from '@ankhorage/contracts/infra'; /*** Merge output identities while preferring the last adapter result for each owner and name. */ export declare function mergeInfraOutputs(...groups: readonly (readonly InfraOutput[])[]): readonly InfraOutput[]; //# sourceMappingURL=mergeInfraOutputs.d.ts.map