export declare function resolveProjectRoot(cwd: string): Promise; export declare function getFffRootDir(): string; export declare function getProjectDatabasePaths(root: string, projectRoot: string): { dbDir: string; frecencyDbPath: string; historyDbPath: string; }; //# sourceMappingURL=runtime-paths.d.ts.map