import { ResolutionConstraintsDescriptor } from '../types/resolution-constraint.type'; /** * Construct a resolution constraint bitmask from the provided constraint descriptor. * * @param descriptor The descriptor containing resolution constraints for a given service. * * @returns A bitmask containing the options stored in the descriptor. */ export declare function createResolutionConstraintMask(descriptor: ResolutionConstraintsDescriptor): number;