export declare type DependencyT = string | { name: string; }; export declare type DependencyKeyManifest = 'dev-dependencies' | 'dependencies'; //# sourceMappingURL=types.d.ts.map