import { HttpError } from "@leyyo/common"; /** * Http 409 Conflict * * Indicates that the request could not be processed because of conflict in the current state of the resource, such as an edit conflict between multiple simultaneous updates. * */ export declare class ConflictError extends HttpError { }