import { OpenNextConfig } from "../types/open-next"; export declare function generateOutput(outputPath: string, config: OpenNextConfig): Promise;