import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
import { AuthenticationMetaData } from "./common";
export declare class MagicLinkData implements AuthenticationMetaData {
    omniaServiceId: GuidValue;
    authenticationTypeId: GuidValue;
    currentPublicKey?: string;
    constructor();
}
