import type { BuildOptions } from "@opennextjs/aws/build/helper.js";
type BundlerOptions = {
    port?: number;
    debug?: boolean;
    logging?: "error" | "all";
    version?: string;
};
export declare function runBundler(options: BuildOptions, args: string[], bundlerOpts?: BundlerOptions): void;
export {};
