import type { Rule } from 'eslint';
export declare function isSonarRuntime(context: Rule.RuleContext): boolean;
