import { SyncValidation } from '../../types.js'; /** * Validation signature for the "ip" regex. Non-string values are * ignored. */ export declare const ip: SyncValidation<{ version?: 4 | 6; }>;