/**
 * Copyright (c) 2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author David Sehnal <david.sehnal@gmail.com>
 */
import { PluginBehavior } from '../../mol-plugin/behavior/behavior.js';
export declare const ModelExport: import("../../mol-state/index.js").StateTransformer<PluginBehavior.Category, PluginBehavior.Behavior, {}>;
