import { KuzzleError } from "kuzzle"; import { ConflictChunk } from "./ModelsConflicts"; export declare class MappingsConflictsError extends KuzzleError { private conflicts; constructor(message: string, conflicts: ConflictChunk[], id?: string, code?: number); get name(): string; toJSON(): import("kuzzle").JSONObject; }