import type { TagMap } from '@enginehub/nbt-ts'; import type { Biome, Block, Schematic } from '../types.js'; export declare function readBlockPalette(blockPaletteTag: TagMap): Map; export declare function readBiomePalette(biomePaletteTag?: TagMap): Map; export declare function readBlockVarintToSchematic(blocks: Buffer, blockPalette: Map, schematic: Schematic): void;