export declare class JsonCatalogPeeker { private lines; private sections; private ready; private fileContent; constructor(fileContent: string); private init; getLocation(parentSymbol: string, symbol: string): { line: number; col: number; } | undefined; }