export declare class ConverterError extends Error { message: string; constructor(message: string); }