import { XmlToJsOptions } from'../interfaces';
/**
* This function returns an array with its object items transformed according to
* a given set of options
* @paramparam
* @returnsarray
*/exportdeclarefunctiontransformArray(array: any[], options: XmlToJsOptions): any[];