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