import type { SchematicHandles } from '.'; import type { SchematicRenderOptions } from './types'; export declare function renderSchematic(canvas: HTMLCanvasElement, schematic: string, { corsBypassUrl, getClientJarUrl, resourcePacks, size, orbit, orbitSpeed, renderArrow, renderBars, antialias, backgroundColor, debug, disableAutoRender, }: SchematicRenderOptions): Promise;