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