export declare enum SupportedAlgorithms { HS256 = "HS256", HS384 = "HS384", HS512 = "HS512", NONE = "none" }