import type { TSESLint } from '@typescript-eslint/utils'; export declare function sourceType(context: TSESLint.RuleContext): "module" | "commonjs" | "script" | undefined;