export declare const rangeFormatter: {
    name: string;
    read(arr: any[], start: number, end: number): any[];
};
