export declare class HbServiceStartupSettings {
    HOMEBRIDGE_DEBUG: boolean;
    HOMEBRIDGE_KEEP_ORPHANS: boolean;
    HOMEBRIDGE_INSECURE: boolean;
    ENV_DEBUG?: string;
    ENV_NODE_OPTIONS?: string;
}
