export declare class Numbers {
    static isNumeric(string_: string): boolean;
}
