export interface IUpdateVector { position: number; velocity: number; } //# sourceMappingURL=update-vector.d.ts.map