/**
 * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author David Sehnal <david.sehnal@gmail.com>
 */
import * as Structure from './actions/structure.js';
import * as Volume from './actions/volume.js';
import * as DataFormat from './actions/file.js';
export declare const StateActions: {
    Structure: typeof Structure;
    Volume: typeof Volume;
    DataFormat: typeof DataFormat;
};
