import { VulnIdAndPackageName } from './types';
export declare function extractPatchMetadata(dotSnykFileContent: string): VulnIdAndPackageName[];
