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