export declare class SearchState { readonly path: string; readonly level: number; constructor(path: string, level: number); }