import { type ServiceIdentifier } from '@inversifyjs/common'; import { type InternalBindingConstraints } from '../../binding/models/BindingConstraintsImplementation.js'; import { type SingleImmutableLinkedListNode } from '../../common/models/SingleImmutableLinkedList.js'; import { type PlanBindingNode } from '../models/PlanBindingNode.js'; export declare function throwErrorWhenUnexpectedBindingsAmountFound(bindingNodes: PlanBindingNode[] | PlanBindingNode | undefined, isOptional: boolean, bindingConstraintNode: SingleImmutableLinkedListNode, serviceRedirections: readonly ServiceIdentifier[]): void; //# sourceMappingURL=throwErrorWhenUnexpectedBindingsAmountFound.d.ts.map