/** * Copyright (c) 2018-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Adam Midlik */ import { PluginStateObject as SO } from '../../mol-plugin-state/objects.js'; import { PluginConfigItem } from '../../mol-plugin/config.js'; import { StateAction } from '../../mol-state/index.js'; export declare const VolsegVolumeServerConfig: { DefaultServer: PluginConfigItem; }; export declare const Volseg: import("../../mol-state/index.js").StateTransformer; export declare const LoadVolseg: StateAction; }>>;