import type { Field } from "payload";
import type { AuthjsPluginConfig } from "../../plugin.js";
/**
 * Authenticators field for a user
 *
 * @see https://authjs.dev/reference/core/adapters#adapterauthenticator
 * @see https://authjs.dev/reference/core/types#authenticator
 */
export declare const authenticatorsField: (pluginOptions: AuthjsPluginConfig) => Field;
