import { OpenNextConfig } from "../types/open-next"; import type { BuildOptions } from "./helper.js"; export declare function createServerBundle(config: OpenNextConfig, options: BuildOptions): Promise;