/** * events * * Define all your possible custom events here. */ export declare const events: { user: { created: string; }; userRole: { created: string; }; userProfile: { created: string; }; };