export declare function resolveCanonicalPath(pathToResolve: string): string; export declare function resolvePersistentProjectRootDirectory(pathToResolve: string): string; /** Resolve the root of the workspace, using bun, npm, pnpm, or yarn. */ export declare function getRootDirectory(startDirectory?: string): string;