import type { DataView } from '../data-view';
export declare const byteJSONParser: (data: any[], options: any, dataView: DataView) => any[];
