import type { Plugin } from "payload";
import type { PluginTypes } from "./types";
export declare const OAuth2Plugin: (pluginOptions: PluginTypes) => Plugin;
