declare const toOrdinal: (number: number) => string;
export { toOrdinal };
