import { FlowrCecSettings } from './FlowrCecSettings'; import { FlowrDisplaySettings } from './FlowrDisplaySettings'; import { FlowrGeolocation } from './FlowrGeolocation'; import { FlowrRemoteControlSettings } from './FlowrRemoteControlSettings'; import { Item, UUID } from './Item'; export declare class FlowrFrontendSettings extends Item { alarmPageId?: UUID; audioLanguage?: string; autoUpdate?: boolean; bootPageId?: UUID; flowrCecSettings?: FlowrCecSettings; flowrDisplaySettings?: FlowrDisplaySettings; flowrRemoteControlSettings?: FlowrRemoteControlSettings; interfaceLanguage?: string; lastChannelId?: UUID; location?: FlowrGeolocation; maxVolume?: number; preferredContent?: UUID[]; sipServer?: string; startVolume?: number; subtitlesLanguage?: string; user?: UUID; constructor(src: FlowrFrontendSettings); }