/**
 * Ordinalize a give number or string (English only).
 */
export declare function ordinal(value: string | number): string;
