export declare const HOME: string; export declare const CLAUDE_DIR: string; export declare const KNOWLEDGE_DIR: string; export declare const SKILLS_DIR: string; export declare const AGENTS_DIR: string; export declare const SETTINGS_FILE: string; export declare const SKILLS_POOL_DIR: string; export declare const AGENTS_POOL_DIR: string; export declare const IS_WINDOWS: boolean; export declare function ensureDir(path: string): void; export declare function knowledgeFile(name: string): string; export declare function isPathSafe(p: string): boolean; export declare function expandHome(p: string): string;