/** * Copyright (c) 2019-2023 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author Ludovic Autin * @author David Sehnal */ import { PluginStateObject as PSO } from '../../../../mol-plugin-state/objects.js'; import { ParamDefinition as PD } from '../../../../mol-util/param-definition.js'; export { CellpackAssembly }; type CellpackAssembly = typeof CellpackAssembly; declare const CellpackAssembly: import("../../../../mol-state/index.js").StateTransformer>; export { CellpackStructure }; type CellpackStructure = typeof CellpackStructure; declare const CellpackStructure: import("../../../../mol-state/index.js").StateTransformer>;