export interface Library { path: string; name?: string; }