export interface ComponentClearMiniAppCacheOptions { workspaceRoot: string | null; tenantName?: string; cwd: string; } export declare function componentClearMiniAppCache(options: ComponentClearMiniAppCacheOptions): Promise;