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