import { IUserLine } from '../types/irc.interfaces'; export declare function mapUserInput(data: IUserLine, msgMaxLength?: number): string[][];