export { Certificate } from './Certificate';
export { InstalledCertificate } from './InstalledCertificate';
export declare const enum SignatureAlgorithmEnumType {
    RSA = "SHA256withRSA",
    ECDSA = "SHA256withECDSA"
}
export declare const enum CountryNameEnumType {
    US = "US"
}
