import type { Converter } from '../types.js';
declare const arrayConverter: Converter;
export default arrayConverter;
