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