import { OpenNextConfig } from "../types/open-next"; export declare function validateConfig(config: OpenNextConfig): void;