import type { Binding, DescriptorType } from '../models'; export declare function getBindingByDescriptorType(type: DescriptorType): Binding; export declare function registerDescriptors(bindings: Binding[]): void; export declare function registerDescriptor(binding: Binding): void;