export type { Point } from "./Point";
export type { IMovingDirection } from "./IMovingDirection";
export type * from "./types";
