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