/** * Represents an error thrown because the client does not have permission to perform a certain party related action */ declare class PartyPermissionError extends Error { constructor(); } export default PartyPermissionError;