import type { RuleContext, RuleListener } from "../types";
declare const _default: {
    meta: {
        docs: {
            description: string;
            categories: string[];
            default: string;
            url: string;
        };
        fixable: string;
        messages: {
            missingArguments: string;
        };
        schema: never[];
        type: string;
    };
    create(context: RuleContext): RuleListener;
};
export = _default;
