/**
 * This module contains:
 * - JS APIs used by the CLI to build extensions or start dev mode.
 * - Helper functions for defining project config.
 * - Types for building and extension or configuring WXT.
 *
 * @module wxt
 */
export * from './core';
export * from './types';
export * from './version';
