export interface IMetaDataItem { type: string; bytes?: number; max_size?: number; } export declare type TData = (string | number | null)[][];