import { Locales } from '../i18n/i18n-types'; export declare class Platform { static getLanguage(): Locales; }