export declare const attributeEventNameCase: {
    meta: {
        type: string;
        docs: {
            description: string;
            category: string;
            recommended: boolean;
            url: string;
        };
        schema: {
            enum: string[];
        }[];
    };
    create(context: any): any;
};
