export declare const getPackagelock: ({ packagePath }: {
    packagePath: string;
}) => string | undefined;
