/// <reference types="node" />
export interface RemoteThermostatOptions {
    host: string;
    port: number;
    hmacKey: Buffer;
}
