import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type ElasticSearchErrorMessage = { header?: string | undefined; reason?: string | undefined; type?: string | undefined; }; /** @internal */ export declare const ElasticSearchErrorMessage$inboundSchema: z.ZodType; export declare function elasticSearchErrorMessageFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=elasticsearcherrormessage.d.ts.map