import { IsFloatOptions } from '../schemas'; export declare function IsFloat(whereToLook: string, whatToLookFor?: IsFloatOptions): boolean;