import type { TSESTree } from '@typescript-eslint/types'; import type { RuleContext } from '@typescript-eslint/utils/ts-eslint'; export declare class Context { private context; constructor(context: RuleContext); /** * Returns the fully qualified path to the current file being linted. */ get currentFilePath(): string; reportError(node: TSESTree.Node, messageId: MessageId, data: any): void; } //# sourceMappingURL=context.d.ts.map