/*! Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. * See ./LICENSE for license information. */ import { type TSESLint } from '@typescript-eslint/utils'; export type RuleContext = TSESLint.RuleContext; export declare const getRootDirectoryFromContext: (context: RuleContext) => string | undefined; //# sourceMappingURL=context.d.ts.map