/** Start and end points (inclusive) of a range */
export interface RangeLong {
    /**  */
    from: number;
    /**  */
    to: number;
}
//# sourceMappingURL=RangeLong.d.ts.map