import type { TServiceParams } from "@digital-alchemy/core"; import type { ENTITY_STATE } from "../../index.mts"; import type { ANY_ENTITY } from "../../user.mts"; export declare function MockEvents({ mock_assistant, hass }: TServiceParams): { emitEntityUpdate: (entity: ENTITY, new_state: Partial>) => Promise; emitEvent: (event: string, data: object) => Promise; };