/** * Copyright (c) 2019-2025 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author Ludovic Autin */ import { PluginStateObject } from '../../../../mol-plugin-state/objects.js'; import { PluginContext } from '../../../../mol-plugin/context.js'; import { StateObjectRef } from '../../../../mol-state/index.js'; export declare function createCellpackHierarchy(plugin: PluginContext, trajectory: StateObjectRef): Promise;