import { KeepAliveOptions, KeepAlive } from './KeepAlive';
export * from './KeepAlive';
/**
 * 创建页面缓存管理插件
 */
export declare function createKeepAlive(options?: KeepAliveOptions): KeepAlive;
