export interface LibraryState { library_uuid: string, library_path: string, offline: boolean, }