/**
 * Copyright (c) 2020-2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 */
import { PluginBehavior } from '../../../behavior/behavior.js';
export declare const StructureInfo: import("../../../../mol-state/index.js").StateTransformer<PluginBehavior.Category, PluginBehavior.Behavior, {}>;
