import { AuthenticationMethod } from '../../ctx.js'; import { ModelTypes } from '../../cache/dbs/index.generated.js'; import { PluginUserConfig } from './config.js'; export declare function compareAndAddAttempt(pluginConfig: PluginUserConfig, ctx: Ctx, type: AuthenticationMethod, token: string, userOrId: ModelTypes['user'] | string): Promise;