import { Viewer } from "."; export declare function LoadBoard(view: Viewer, data: any[], clear?: boolean): { blockMeshMap: Map; meshBlockMap: Map; };