import type { Rule } from "eslint";
import type { Literal } from "../types/ast.js";
export declare function lintClasses(ctx: Rule.RuleContext, literal: Literal, report: (className: string, index: number, after: string[]) => boolean | undefined | {
    fix?: string;
    message?: string;
}): void;
//# sourceMappingURL=lint.d.ts.map