import { UUID } from '..';
export declare class GroupInviteEvent {
from: UUID;
fromName: string;
message: string;
inviteID: UUID;
}