import { AuthOptions, Auth } from './Auth';
export * from './Auth';
/**
 * 创建功能授权插件
 * @param options 配置项
 */
export declare function createAuth(options?: AuthOptions): Auth;
