import type { ContextModel } from '../models/context';
export declare const bundleLibIfNeeded: (ctx: ContextModel) => Promise<void>;
