import type { VertexObjectDescription } from './types.js';
import { VertexObjectDescriptor } from './VertexObjectDescriptor.js';
declare const _default: (source: VertexObjectDescriptor | VertexObjectDescription, attributeUsage?: {
    dynamic?: string[];
    stream?: string[];
    static?: string[];
    alias?: Record<string, string | string[]>;
}) => VertexObjectDescription;
export default _default;
//# sourceMappingURL=cloneVertexObjectDescription.d.ts.map