export interface PduProcessor { processPdu(session: any, pdu: any, ...args: any[]): Promise; serialize(): object; }