export interface IPackage { id: string; name?: string; type: string; version: string; } //# sourceMappingURL=package.d.ts.map