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