/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import { PluginStateAnimation } from '../model.js'; export declare const AnimateAssemblyUnwind: PluginStateAnimation<{ durationInMs: number; playOnce: boolean; target: string; }, { t: number; }>;