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