import type { RspressPlugin } from '@rspress/core';
import type { ApiPluginOptions } from './types.js';
export type * from './types.js';
export declare const apiPlugin: ({ localBasePath, }: ApiPluginOptions) => RspressPlugin;
