export { createBundler, getInputOptions as getBundlerInputOptions } from './bundler.js';
export { createWatcher, getInputOptions as getWatcherInputOptions } from './watcher.js';
export { analyzeBundle } from './analyze/index.js';
export { FileService } from '../services/fs.js';
export { Deps } from '../services/deps.js';
export { getServerOptions } from './serverOptions.js';
export { getBundlerOptions } from './bundlerOptions.js';
export { normalizeStudioBase, detectRuntime, injectStudioHtmlConfig } from './utils.js';
export type { RuntimePlatform, BundlerPlatform, StudioInjectionConfig } from './utils.js';
//# sourceMappingURL=index.d.ts.map