import type { TagMap } from '@enginehub/nbt-ts'; import { Schematic } from '../types.js'; export declare function loadStructure(tag: TagMap): Schematic;