import type { BuildOptions } from "@opennextjs/aws/build/helper.js";
/**
 * Copies
 * - the template files present in the azion package to `.open-next/azion-runtime`
 * - `worker.js` to `.open-next/`
 */
export declare function copyPackageCliFiles(packageDistDir: string, buildOpts: BuildOptions): void;
