import type { Vector } from "./types.js";
/**
 * calculate the velocity between two points. unit is in px per ms.
 */
export declare function getVelocity(deltaTime: number, x: number, y: number): Vector;
//# sourceMappingURL=get-velocity.d.ts.map