import { Package } from './types.js'; export declare const link: (pkg: Package, where: string) => void; export declare const unlink: (pkg: Package, where: string) => void; //# sourceMappingURL=self-link.d.ts.map