/// export declare function readVarInt(readByte: () => Promise): Promise; export declare function writeVarInt(value: number): Buffer;