/** * Copyright (c) 2021 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ import { PluginStateAnimation } from '../model.js'; export declare const AnimateStructureSpin: PluginStateAnimation<{ durationInMs: number; }, { t: number; }>;