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