export type EditorKeyLineNumberMap = { key: string; dotPath: string; lineNumber: number; }; declare function getAllComponentKeyLineNumberMaps(recipe: string): EditorKeyLineNumberMap[]; declare function getAllRunOnEventKeyLineNumberMaps(recipe: string): EditorKeyLineNumberMap[]; declare function getComponentTopLevelKeyLineNumberMaps(recipe: string, componentKey: string): EditorKeyLineNumberMap[]; declare function getRecipeTopLevelKeyLineNumberMaps(recipe: string): EditorKeyLineNumberMap[]; export declare const keyLineNumberMapHelpers: { getAllComponentKeyLineNumberMaps: typeof getAllComponentKeyLineNumberMaps; getAllRunOnEventKeyLineNumberMaps: typeof getAllRunOnEventKeyLineNumberMaps; getRecipeTopLevelKeyLineNumberMaps: typeof getRecipeTopLevelKeyLineNumberMaps; getComponentTopLevelKeyLineNumberMaps: typeof getComponentTopLevelKeyLineNumberMaps; }; export {}; //# sourceMappingURL=keyLineNumberMapHelpers.d.ts.map