export declare type Dependency = { author?: string; directory: string; name: string; licenseName: string; url: string; version?: string; };