import type { ImmediateActionProps } from "./types"; export declare const cancelAction: { name: string; hotkey: "Escape"; type: "custom"; localHandler: ({ player }: ImmediateActionProps) => void; };