/**
 * WebLLM module
 * Provides functionality for inference using MLC WebLLM
 */
declare const process: any;
export { process };
