import { Collection, Vertex } from "./vertex.js"; import { CustomVertexExport } from "./custom-vertex-export/index.js"; //#region src/core/interfaces/vertices/util/serialized-vertex-export.d.ts /** * */ type SerializedVertexExport> = CustomVertexExport; //#endregion export { SerializedVertexExport }; //# sourceMappingURL=serialized-vertex-export.d.ts.map