declare const addOrdinalSuffix: (inputNumber: number | string) => string;
export default addOrdinalSuffix;
