import { InputDirection } from "./input-consts.js";
/**
 * get the direction between two points
 * @returns direction
 */
export declare function getDirection(dx: number, dy: number): InputDirection;
//# sourceMappingURL=get-direction.d.ts.map