declare const charToDigit: {
    [key: string]: number[];
};
export default charToDigit;
