export interface AddMemberAlert_Req { text: string; } export declare const ADD_MEMBER_ALERT_REQ: import("wav-requests").Group>;