import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { ElasticSearchResultsNodeInfoClusterCombinedInfoIndicesDocs } from "./elasticsearchresultsnodeinfoclustercombinedinfoindicesdocs.js"; import { ElasticSearchResultsNodeInfoClusterCombinedInfoIndicesStore } from "./elasticsearchresultsnodeinfoclustercombinedinfoindicesstore.js"; export type ElasticSearchResultsNodeInfoClusterCombinedInfoIndices = { count?: number | undefined; docs?: ElasticSearchResultsNodeInfoClusterCombinedInfoIndicesDocs | undefined; store?: ElasticSearchResultsNodeInfoClusterCombinedInfoIndicesStore | undefined; }; /** @internal */ export declare const ElasticSearchResultsNodeInfoClusterCombinedInfoIndices$inboundSchema: z.ZodType; export declare function elasticSearchResultsNodeInfoClusterCombinedInfoIndicesFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=elasticsearchresultsnodeinfoclustercombinedinfoindices.d.ts.map