import { BaseError } from './base.error'; export declare class TranslationsValidationError extends BaseError { }