declare const _default: {
    meta: {
        type: string;
        docs: {
            category: string;
            recommended: boolean;
            description: string;
            url: string;
        };
        schema: any[];
    };
    create(context: any): {
        Tag: (node: any) => void;
    };
};
export = _default;
