import { GetAuthorizedPageProps } from '.';
/**
 * @description: 页面权限
 * authMenus 权限路由
 * @param {Array} allRouters 原始 routes.json 文件中路由
 * @param {string} pathname 当前路径
 * @return {*}
 */
export declare const getFormatPage: GetAuthorizedPageProps;
