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