/// export default class OutputLine { channel: string; length: number; body: string; constructor(channel: string, length: number, body: any); static FromBuffer(data: Buffer, start: number, encoding?: string): OutputLine; }