import type { RuleContext, RuleListener } from "../types";
declare const _default: {
    meta: {
        deprecated: boolean;
        docs: {
            description: string;
            categories: string[];
            default: string;
            url: string;
            suggestion: boolean;
            replacedBy: string[];
        };
        fixable: null;
        messages: {
            missing: string;
            forbidden: string;
            add: string;
            remove: string;
        };
        schema: {
            enum: string[];
        }[];
        type: string;
        hasSuggestions: boolean;
    };
    create(context: RuleContext): RuleListener;
};
export = _default;
