import ParticlesAlongBounds from './particlesalongbounds';

export default class ParticlesAlongBoundsPlugin extends Phaser.Plugins.BasePlugin {
    startEffect: typeof ParticlesAlongBounds;
}