import { Incident } from "incident"; export declare namespace MicrosoftAuthenticator { type Name = "MicrosoftAuthenticator"; const name: Name; interface Data { } type Cause = undefined; } export declare type MicrosoftAuthenticator = Incident; export declare namespace MicrosoftAuthenticator { type Type = MicrosoftAuthenticator; function format(): string; function create(username?: string): MicrosoftAuthenticator; }