import { HassEntity } from "home-assistant-js-websocket"; export declare const evaluateFilter: (stateObj: HassEntity, filter: any) => boolean;