export declare type LanguageFilter = { id?: number; country?: string; name?: string; nativeName?: string; };