export declare const CertificateProductType: {
    readonly StandardDomainValidatedSsl: "StandardDomainValidatedSsl";
    readonly StandardDomainValidatedWildCardSsl: "StandardDomainValidatedWildCardSsl";
};
/**
 * Certificate product type.
 */
export type CertificateProductType = (typeof CertificateProductType)[keyof typeof CertificateProductType];
