import { ISimpleAuthPluginOptions } from "./interfaces";
export declare const SIMPLE_AUTH_PLUGIN_OPTIONS: unique symbol;
export declare const SIMPLE_AUTH_PLUGIN_LOG_CONTEXT = "SimpleAuthPlugin";
export declare const EMAIL_EVENT_NAME = "onetimecode-requested";
export declare const EMAIL_TEMPLATE_NAME = "onetimecode-requested";
export declare const DEFAULT_OPTIONS: ISimpleAuthPluginOptions;
export declare const STRATEGY_NAME = "simple";
