interface existsNonEmptyWantedLockfileOptions { useGitBranchLockfile?: boolean; mergeGitBranchLockfiles?: boolean; } export declare function existsNonEmptyWantedLockfile(pkgPath: string, opts?: existsNonEmptyWantedLockfileOptions): Promise; export {};