import { Metadata } from "../types/plex/Metadata";
export declare function getMetadata(uri: string, token: string, key: string): Promise<Metadata[]>;
