import { KuzzleError } from "./kuzzleError"; export declare class PartialError extends KuzzleError { errors: Array; count: number; constructor(message: any, body: any, id: any, code: any); toJSON(): import("kuzzle-sdk").JSONObject; }