import type { ALL_DOMAINS, ServiceListSelector } from "@digital-alchemy/hass"; export declare const inferSymbol: unique symbol; export type inferSymbol = typeof inferSymbol; /** * Extracts a single option value from either a string or an object with a value property. */ export type ExtractOptionValue