import { BundledPackage } from "../types"; declare const writeBundledPackages: (destDir: string, bundledPackages: BundledPackage[]) => void; export { writeBundledPackages }; //# sourceMappingURL=writeBundledPackages.d.ts.map