/**
 * @description Remove keys from an object or array of objects.
 * @param body as object or array of objects.
 * @param keys as array of string.
 * @returns body as object or array without removed keys.
 */
export declare const DeleteObjectKey: <T>(body: T, keys: string[]) => Partial<T>;
export default DeleteObjectKey;
//# sourceMappingURL=delete-object-key.util.d.ts.map