import { AuthenticationAction } from "../../enum";
export declare class OtpEmailCreatedEvent {
    otpValue: string;
    emailAddress: string;
    authenticationAction: AuthenticationAction;
    locale?: string;
    appData?: object;
}
