UNPKG

194 BTypeScriptView Raw
1import { SystemPackages } from '@snyk/composer-lockfile-parser';
2import { PhpOptions } from './types';
3export declare function systemDeps(basePath: string, options: PhpOptions): SystemPackages;