import { CharList, CharMap } from "./types";
export declare const diacriticList: CharList;
export declare const diacriticMap: CharMap;
