import type { LockFile } from './types';
export declare function getNpmLock(filePath: string): Promise<LockFile>;
