export declare const PLATFORM_NAME = "google-smarthome";
export declare const PLUGIN_NAME = "homebridge-gsh";
export declare const SERVER_ADDRESS: {
    prod: string;
    beta: string;
};
