export declare class DataPointResult {
    c: string;
    v: [number, number | string | boolean][];
    l: Record<string, string>;
}
