import { SystemPackages } from '@snyk/composer-lockfile-parser'; import { SystemPackagesOptions } from './types'; export declare function systemDeps(basePath: string, options: SystemPackagesOptions): SystemPackages;