import type { PlexApp } from "."; import type { IPlayable } from "../../app"; export declare function createPlayableForUri(uri: string): IPlayable;