import { Rule } from '../types'; import { genPermissionData } from '../../../generator/permission'; type PermissionData = ReturnType; export declare function cachePermission(data: PermissionData): Promise<{ [key: string]: { path: string; type: "component" | "page"; }[][]; }>; export declare const isViewLogic: Rule; export {}; //# sourceMappingURL=is-view-logic.d.ts.map