export declare class RangeParserError extends Error {
    constructor(start: any, end: any);
}
