import { PkgInfo } from '@snyk/dep-graph'; export declare function pkgInfoFromSpecificationString(stringRepresentation: string): PkgInfo; export declare function pkgInfoFromDependencyString(stringRepresentation: string): PkgInfo; export declare function rootSpecName(specName: string): string;