import { type FormatConverter } from './FormatConverter';
export declare const FormatConverters: Record<string, FormatConverter>;
