/** * Resolve a dashboard project without consulting Classic layout configuration. * * Classic artifacts have two supported locations. A Git marker remains the * strongest project boundary when it is available. */ export declare function discoverDashboardProjectRoot(targetPath: string): Promise; //# sourceMappingURL=project-root.d.ts.map