export declare function getTinyData(data: number[]): {
    x: string;
    y: number;
}[];
