export interface LegacyNavigator extends Navigator {
    userLanguage: string;
    userAgent: string;
}
