import { SyncValidation } from '../../types.js'; export declare const range: SyncValidation<{ start: number; stop: number; }>;