import { Language } from '../types';
export default function (lanugage: Language, quality: string): string;
