import type { Scope, SourceCode } from '../ts-eslint'; import type { RuleContext } from '../ts-eslint/Rule'; import type { TSESTree } from '../ts-estree'; export declare function getAncestors(context: Readonly>): TSESTree.Node[]; export declare function getCwd(context: Readonly>): string; export declare function getDeclaredVariables(context: Readonly>, node: TSESTree.Node): readonly Scope.Variable[]; export declare function getFilename(context: Readonly>): string; export declare function getScope(context: Readonly>): Scope.Scope; export declare function getSourceCode(context: Readonly>): Readonly; //# sourceMappingURL=context.d.ts.map