export type LanguageType = {
    DisplayValue?: string;
    Type?: string;
};
//# sourceMappingURL=language-type.d.ts.map