export declare enum AuthnStatus { REQUIRED = "required", OPTIONAL = "optional", DISALLOWED = "disallowed", SKIP = "skip" }