import * as z from "zod/v4"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { GetSearchIndexSummaryResponseVespaSchemaModel } from "./getsearchindexsummaryresponsevespaschemamodel.js"; export type GetSearchIndexSummaryResponseVespaIndex = { type: "vespa"; k8sCluster: string; k8sNamespace: string; vespaInstanceName: string; schemas: Array; }; /** @internal */ export declare const GetSearchIndexSummaryResponseVespaIndex$inboundSchema: z.ZodType; export declare function getSearchIndexSummaryResponseVespaIndexFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getsearchindexsummaryresponsevespaindex.d.ts.map