/** * A list path qualified by its owner inside a larger settle — `declared` + * `files` → `declared.files`. Use it for BOTH sides (the observation's `list` * and, via `qualifyUnitMarks`, the marks) so they still match. An empty * qualifier returns the path unchanged. */ export declare function qualifyListPath(qualifier: string, listPath: string): string; //# sourceMappingURL=qualify-list-path.d.ts.map