type RawManifest = Readonly>; export declare const FALLBACK_SKILL_NAMES: string[]; export declare const FALLBACK_AGENT_NAMES: string[]; export declare function runUninstall(args: readonly string[]): Promise; export declare function shouldUseClaudeAssetFallback(runtimeManifest: RawManifest | null): boolean; export {};