export declare class LanguageModel { lang: string | undefined; country: string; name: string; } export type Languages = Array;