export declare function detectProjectRoot(): Promise<string>;
export declare function findProjectRoot(startPath: string): Promise<string | null>;
export declare function getPackageVersion(): Promise<string>;
//# sourceMappingURL=project-utils.d.ts.map