import { SyncValidation } from '../../types.js'; /** * Ensure the value is a valid number. Numeric string will be casted * to valid numbers */ export declare const number: SyncValidation;