import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type RawCertificateResponse = { certificateId: string; pem: string; }; /** @internal */ export declare const RawCertificateResponse$inboundSchema: z.ZodType; export declare function rawCertificateResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=rawcertificateresponse.d.ts.map