import type { MirrorEvent } from "../Network"; import type { ImmediateActionProps } from "./types"; export declare const mirrorAction: { name: string; hotkey: "r"; type: "custom"; localHandler: ({ player }: ImmediateActionProps) => void; syncHandler: ({ time, connection, sprites }: MirrorEvent) => void; };