export declare function projectDir(): string; export declare function pathExists(p: string): Promise; export declare function readFileSafe(p: string): Promise; export declare function slugFromSqlPath(filePath: string): string; export declare function slugFromJsonPath(filePath: string): string; export declare function slugFromCourseMdPath(filePath: string): string;