/**
 * @license
 * Copyright 2020 Ludan Stoecklé, 2015 Martin Eneqvist <marlun78@hotmail.com> (https://github.com/marlun78)
 * SPDX-License-Identifier: MIT
 */
export declare function getOrdinal(val: number): string | undefined;
