import { PackageExpanded } from 'snyk-resolve-deps/dist/types';
export declare function pluckPolicies(pkg: PackageExpanded): string[] | string;
