import { VoxelOutput } from '../../types/voxelTypes';

export declare function glyphs2XYZ(glyphs: string): VoxelOutput;
