import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { SearchConvertQueryResponse } from "./searchconvertqueryresponse.js"; export type ResponseEnvelopeListSearchConvertQueryResponse = { result?: Array | null | undefined; }; /** @internal */ export declare const ResponseEnvelopeListSearchConvertQueryResponse$inboundSchema: z.ZodType; export declare function responseEnvelopeListSearchConvertQueryResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=responseenvelopelistsearchconvertqueryresponse.d.ts.map