import type { VertexObjectDescriptor } from './VertexObjectDescriptor.js'; import type { VO } from './types.js'; export declare function getDescriptorOf(vo: VO): VertexObjectDescriptor; //# sourceMappingURL=getDescriptorOf.d.ts.map