import { ZodError } from 'zod'; import { HttpResponseErrorMessage } from '../internals/httpResponseMessage.js'; export declare function makeHttpResponseErrorMessagesFromZodError(zodError: ZodError): Array; //# sourceMappingURL=makeHttpResponseErrorMessagesFromZodError.d.ts.map