import { TextDocument } from '../../../types';
import { VoxelShape } from './voxel-shape';
/**
 * Processes a TextDocument containing voxel shape data.
 * @param doc The text document to process
 * @returns The processed VoxelShape object or undefined if parsing fails
 */
export declare function process(doc: TextDocument): VoxelShape | undefined;
//# sourceMappingURL=process.d.ts.map