import type { TargetOrPointActionProps } from "./types"; export declare const attackMoveAction: { name: string; hotkey: "a"; type: "targetOrPoint"; localHandler: (props: TargetOrPointActionProps) => void; };