import { BundleCodeOptions } from './types'; export declare function bundleBrowserCode(code: string, options?: BundleCodeOptions): Promise;