import type { Convert, Converter } from './converter.js'; export declare function create(converters: readonly Converter[]): Convert;