import type { ParseSourceSpan } from '@angular/compiler'; import type { TSESLint, TSESTree } from '@typescript-eslint/experimental-utils'; declare type Context = TSESLint.RuleContext; export declare function convertNodeSourceSpanToLoc(sourceSpan: ParseSourceSpan): TSESTree.SourceLocation; export declare function convertElementSourceSpanToLoc(context: Context, node: any): TSESTree.SourceLocation; export {};