import type { HassEntity } from 'home-assistant-js-websocket'; /** Compute the object ID of a state. */ export declare const computeObjectId: (entityId: string) => string; export declare const computeStateNameFromEntityAttributes: (entityId: string, attributes: Record) => string; export declare const computeStateName: (stateObj: HassEntity) => string;