import { type InstanceBindingNode } from '../../planning/models/InstanceBindingNode.js'; import { type PlanServiceNode } from '../../planning/models/PlanServiceNode.js'; import { type ResolutionParams } from '../models/ResolutionParams.js'; export declare function setInstanceProperties(resolveServiceNode: (params: ResolutionParams, serviceNode: PlanServiceNode) => unknown): (params: ResolutionParams, instance: Record, node: InstanceBindingNode) => void | Promise; //# sourceMappingURL=setInstanceProperties.d.ts.map