UNPKG

flashbacker

Version:

Claude Code state management with session continuity and AI personas

5 lines 351 B
export declare function getClaudeSettings(): Promise<any>; export declare function updateClaudeSettings(updates: any): Promise<void>; export declare function installSlashCommands(projectDir?: string): Promise<void>; export declare function checkSlashCommandsInstalled(projectDir?: string): Promise<boolean>; //# sourceMappingURL=claude-config.d.ts.map