import { Config } from '@grunnverk/core'; export declare const matchesExternalUnlinkPattern: (dependencyName: string, externalUnlinkPatterns: string[]) => boolean; export declare const isSymbolicLink: (filePath: string) => Promise; export declare const getSymbolicLinkTarget: (filePath: string) => Promise; export declare const findLinkedDependencies: (packagePath: string, packageName: string, storage: any, logger: any) => Promise>; export declare const removeSymbolicLink: (packageName: string, targetDir: string, logger: any, isDryRun?: boolean) => Promise; export declare const parsePackageArgument: (packageArg: string) => { scope: string; packageName?: string; }; export declare const execute: (runConfig: Config, packageArgument?: string) => Promise; //# sourceMappingURL=unlink.d.ts.map