import type { RuleContext, SourceCode } from '../types'; export declare function getFilename(context: RuleContext): string; export declare function getSourceCode(context: RuleContext): SourceCode;