import * as t from '@babel/types'; export declare const hasNumericValue: (expression: t.Expression) => boolean;