import { IRange } from '../models/interfaces'; /** Type Guard for `IRange` */ export declare function isRange(obj: object): obj is IRange;