///
import { URL } from 'url';
import { Lincoln } from '@nofrills/lincoln-debug';
import { Resource, ResourceOptions, ResourceParam, ResourceParams } from '@nativecode/rest-client';
export declare abstract class PlexResource extends Resource {
constructor(url: URL, logger: Lincoln, options?: Partial);
protected getTokenHeader(token: string): ResourceParam;
protected xml(route: string, method: string, params: ResourceParams): Promise;
protected xmljson(route: string, method: string, params: ResourceParams): Promise;
}
//# sourceMappingURL=PlexResource.d.ts.map