export declare class AssociateGroupDto {
    app_user_id: string;
    group_id: string;
}
