import type { FieldInfo } from '../interfaces/field-info.js';
export declare function convertRowToObject(fields: FieldInfo[], row: any[]): any;
