/** * 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 AnimateUnitsExplode: PluginStateAnimation<{ durationInMs: number; }, { t: number; }>;