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