import type { Rule } from 'eslint'; import type { CanonicalizationContext, ClassSource } from './types.js'; export declare function reportClassSources(context: Rule.RuleContext, sources: ClassSource[], ctx: CanonicalizationContext): void;