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