import { GenericError } from './GenericError'; /** * Error used when processing of anything goes wrong. */ export declare class ProcessingError extends GenericError { }