import { Session } from "../classes/Session"; export declare const msgReceived: (msg: Buffer, rinfo: any, self: Session) => any;