import { UnicodeIdentification } from "./unicodeIdentification";
export declare const decimal2unicode: {
    [key: string]: UnicodeIdentification;
};
export declare type Decimal2unicode = keyof typeof decimal2unicode;
