import type { Rule } from "eslint"; export declare const meta: { type: string; docs: { description: string; url: string; }; fixable: string; schema: { type: string; items: { type: string; }; }[]; }; export declare function create(context: Rule.RuleContext): {};