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