import { XY, RGBA, b2Draw, b2World } from "@box2d/core"; declare module "@box2d/core" { interface b2Draw { DrawParticles(centers: XY[], radius: number, colors: RGBA[] | null, count: number): void; } } export declare function DrawParticleSystems(draw: b2Draw, world: b2World): void; //# sourceMappingURL=b2_particle_draw_helper.d.ts.map