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