import type { ValidateFunction } from '@redocly/ajv'; export declare function formatJSONSchemaError(error: ValidateFunction | Error, message: string, opts?: { pathPrefix?: string; source?: string; filePath?: string; }): string; //# sourceMappingURL=format-error.d.ts.map