/**
 * Checks if nr is a number
 */
export declare function isNumber(nr: unknown): boolean;
