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