import { Message, type MessageInternalConfig, type MessageInternalContents } from '../../Message'; interface Error475BadChannelKeyFields { me: string; channel: string; suffix: string; } export interface Error475BadChannelKey extends Error475BadChannelKeyFields { } export declare class Error475BadChannelKey extends Message { static readonly COMMAND = "475"; constructor(command: string, contents?: MessageInternalContents, config?: MessageInternalConfig); } export {};