export declare class Client {
    id: string | undefined;
    muted: boolean;
    payload: string | undefined;
    nudityContentDetected: boolean | undefined;
}
//# sourceMappingURL=client_model.d.ts.map