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