import { WebService, MicroService, View } from '..';
/**
 * 生成接口列表缓存
 */
export declare function saveInterfacesCache(service: MicroService): any;
export declare function savePageTreeCache(service: WebService): any;
export declare function saveViewDetailCache(view: View): any;
export declare function clearLoadCache(type: string, key: string): any;
