/// import { URL } from 'url'; import { Lincoln } from '@nofrills/lincoln-debug'; import { ResourceOptions } from '@nativecode/rest-client'; import { PlexResource } from '../../PlexResource'; import { OnDeckResponse } from '../Responses/OnDeckResponse'; import { LibraryResponse } from '../Responses/LibraryResponse'; import { LibrariesResponse } from '../Responses/LibrariesResponse'; import { RecentlyAddedResponse } from '../Responses/RecentlyAddedResponse'; export declare class LibraryResource extends PlexResource { constructor(url: URL, logger: Lincoln, options?: Partial); analyze(token: string, library: string, force?: boolean): Promise; delete(token: string, library: string): Promise; get(token: string, library: string): Promise; list(token: string): Promise; onDeck(token: string): Promise; recentlyAdded(token: string): Promise; refresh(token: string, library: string, force?: boolean): Promise; } //# sourceMappingURL=LibraryResource.d.ts.map