declare function ordinal(num: number): string;

export = ordinal;
