import type { TServiceParams } from "@digital-alchemy/core"; import type { EntityRegistryItem } from "../../helpers/index.mts"; import type { TRawEntityIds } from "../../user.mts"; export declare function MockEntityRegistryExtension({ mock_assistant, hass }: TServiceParams): { /** * does not imply sendUpdate */ loadFixtures(incoming: EntityRegistryItem[]): void; /** * emit entity_registry_updated */ sendUpdate: () => void; };