///
import type { Room } from "../room/base.js";
import type { State } from "../state/state.js";
/**
* This function will only be called when `messageType === ENTITY_INTERACTION`
*
* @param this
* @param client
* @param message
* @ignore
*/
export declare function entityInteraction(this: Room, client: any, message: RawInteractionClientPlayerMessage): Promise;