export declare class RangeContext {
    $implicit: number;
    constructor($implicit: number);
}
