import {
  FontRanges,
} from './FontRanges';

export function getUnicodeRange(range: FontRanges): string;
