import { Context } from '../core/Context';
export declare function bundleDev(ctx: Context): Promise<void>;
