import { IIRCLine } from '../types/irc.interfaces'; export declare function parse(rawline: string): IIRCLine;