import { InterfaceType } from './InterfaceType'; export declare class StarConnectionSettings { static readonly FIRST_FOUND_DEVICE: string; interfaceType: InterfaceType; identifier: string; autoSwitchInterface: boolean; }