export interface intToHanInterface {
    (int: number): string;
}

export const intToHan: intToHanInterface;