export declare function deleteDirectoryIfExists(directoryPath: string): void; export declare function findProjectRoot(directory: string): string | null;