export type BinaryTransport = {
    header: Buffer;
    data: Buffer;
};
