import { Transducer } from "@thi.ng/transducers"; import { IMotionEvent } from "./api"; export declare const calcVelocity: () => Transducer, IMotionEvent<"particle">>; //# sourceMappingURL=physics.d.ts.map