/**
* Represents an error thrown because you tried to send a party chat message, but there is no chat yet, because you are the only person in the party
*/declareclassPartyChatConversationNotFoundErrorextendsError {
constructor();
}
exportdefaultPartyChatConversationNotFoundError;