import * as z from "zod/v4"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type VespaSchemaResponse = { name: string; documentCount: number | null; }; /** @internal */ export declare const VespaSchemaResponse$inboundSchema: z.ZodType; export declare function vespaSchemaResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=vespaschemaresponse.d.ts.map