export declare function saveState(state: { selectedBundles: { skills: string; agents: string; }; }): void; export declare function runUpdate(): void;