/** * Convert the given items array into a dictionary format where each key is a column name and the value is an array of column data. * Handles new row keys dynamically. */ export declare function toDataframe>(items: T[]): Record;