import type { ResolvedService, Service } from './types'; declare function resolveReferences(services: Service[]): ResolvedService[]; export default resolveReferences; //# sourceMappingURL=resolveReferences.d.ts.map