declare function char(num: number): string;

export = char;
