declare function fraction(num: number): string;

export = fraction;
