/// import { NBT_Compound } from './datatypes/Compound'; export declare function parseNBT(buffer: Buffer): NBT_Compound;