import type { Rule } from "../model.js"; /** * Build-aware: the bundled entry must inline every referenced workspace package * (they are not on npm) and externalize nothing that is absent from root * `dependencies`. Reads the esbuild metafile via {@link import("../model.js").loadBuildView}. */ export declare const bundleSelfContained: Rule;