import type { EnvDetails } from '../../utils/package-environment.mts'; export declare function npmLockSrcIncludes(lockSrc: string, name: string): boolean; export declare function bunLockSrcIncludes(lockSrc: string, name: string, lockName?: string | undefined): boolean; export declare function pnpmLockSrcIncludes(lockSrc: string, name: string): boolean; export declare function vltLockSrcIncludes(lockSrc: string, name: string): boolean; export declare function yarnLockSrcIncludes(lockSrc: string, name: string): boolean; export declare function lockSrcIncludes(pkgEnvDetails: EnvDetails, lockSrc: string, name: string, lockName?: string | undefined): boolean; //# sourceMappingURL=lockfile-includes-by-agent.d.mts.map