export function parseDataFromBuffer(buf: Buffer): T { return JSON.parse(buf.toString()); }