import type { Range } from './types'; export declare const isRange: (range: unknown) => range is Range;