export declare class SecurityError extends Error { constructor(message: string); } export declare function resolveSafePath(basePath: string, ...segments: string[]): string; export declare function validateProjectExists(projectPath: string): void;