import { type BuildOptions } from "@opennextjs/aws/build/helper.js";
import type { ContentUpdater, Plugin } from "@opennextjs/aws/plugins/content-updater.js";
export declare function inlineDynamicRequireLoadComponents(updater: ContentUpdater, buildOpts: BuildOptions): Plugin;
