import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const CertificateAlgorithm: { readonly Ecdsa: "ECDSA"; readonly Rsa: "RSA"; }; export type CertificateAlgorithm = OpenEnum; /** @internal */ export declare const CertificateAlgorithm$inboundSchema: z.ZodType; /** @internal */ export declare const CertificateAlgorithm$outboundSchema: z.ZodType; //# sourceMappingURL=certificatealgorithm.d.ts.map