declare const removeOrdinalSuffix: (word: string) => string | undefined;
export default removeOrdinalSuffix;
