/**
 * Builds the production Nitro output for an eve application.
 */
export declare function buildApplication(rootDir: string): Promise<string>;
