import { BuildOptions } from "@opennextjs/aws/build/helper.js";
import { OpenNextConfig } from "@opennextjs/aws/types/open-next.js";
export declare function preview(options: BuildOptions, config: OpenNextConfig, previewOptions: {
    assetsDir: string;
    cacheDir: string;
    bundlerVersion: string;
    passthroughArgs: string[];
}): Promise<void>;
