import type { Range } from "../../types/range"; export declare function assertRange(value: unknown): asserts value is Range;