UNPKG

220 BTypeScriptView Raw
1import { HassConfig, UnsubscribeFunc } from "./types.js";
2import { Connection } from "./connection.js";
3export declare const subscribeConfig: (conn: Connection, onChange: (state: HassConfig) => void) => UnsubscribeFunc;