export class SearchState { constructor(path, level) { this.path = path; this.level = level; } } //# sourceMappingURL=internal-search-state.js.map