import type { Endpoints, PluginConfig } from '../types.js';
export declare const endpoints: (pluginConfig: PluginConfig) => Endpoints;
