export declare const isNumeric: (str?: string) => boolean;
