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