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