import { AuthenticationResult } from "./common";
export interface MagicLinkResult extends AuthenticationResult {
    currentPublicKey: string;
}
