import { ServeOptions } from './types'; export declare function serveBundle(options: ServeOptions): Promise<() => Promise>;