import ts from 'typescript';
import { Context } from '../../../../Context';
export declare const hasNumber: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isOnlyNumber: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isNumber: (context: Context, node: ts.Node, type: ts.Type) => boolean;
