/**
 * The algorithm of the hash
 */
export declare enum AlgorithmIdentifier {
    SHA1 = "sha1",
    SHA512 = "sha512"
}
