import type { ValidationError } from "./ValidationError.js"; export declare type HTTPValidationError = { detail?: Array; };