export declare const isLastFormatter: {
    name: string;
    read(array: any[], i: number): boolean;
};
