import { IRunResponse } from '../core/IRunResponse'; import { Context } from '../core/context'; export declare function bundleProd(ctx: Context): Promise;