import type { Package } from '@lerna-lite/core'; import type { Tarball } from '../interfaces.js'; export declare function logPacked(pkg: Package & { packed: Tarball; }, dryRun?: boolean): void;