import { TypeGuard } from '../types'; export declare const isNumber: (value: T) => value is TypeGuard;