import { BuildOptions } from "@opennextjs/aws/build/helper.js";
/**
 * Compiles the values extracted from the project's env files to the output directory for use in the worker.
 */
export declare function compileEnvFiles(buildOpts: BuildOptions): void;
