export declare const ProfileCertificateField: {
    readonly X509Subject: "x509Subject";
    readonly X509Issuer: "x509Issuer";
    readonly X509san: "x509SAN";
};
export type ProfileCertificateField = (typeof ProfileCertificateField)[keyof typeof ProfileCertificateField];
export declare const TrustAnchorNotificationChannel: {
    readonly All: "ALL";
};
export type TrustAnchorNotificationChannel = (typeof TrustAnchorNotificationChannel)[keyof typeof TrustAnchorNotificationChannel];
export declare const TrustAnchorNotificationEvent: {
    readonly CaCertificateExpiry: "CA_CERTIFICATE_EXPIRY";
    readonly EndEntityCertificateExpiry: "END_ENTITY_CERTIFICATE_EXPIRY";
};
export type TrustAnchorNotificationEvent = (typeof TrustAnchorNotificationEvent)[keyof typeof TrustAnchorNotificationEvent];
export declare const TrustAnchorType: {
    readonly AwsAcmPca: "AWS_ACM_PCA";
    readonly CertificateBundle: "CERTIFICATE_BUNDLE";
    readonly SelfSignedRepository: "SELF_SIGNED_REPOSITORY";
};
export type TrustAnchorType = (typeof TrustAnchorType)[keyof typeof TrustAnchorType];
