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