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