export declare function arrayRequestBody<T, O>(array: T[], params?: O): T[] & O;
